fix ticket color on same color
This commit is contained in:
parent
dbfd54f1a1
commit
f2af3f2214
2 changed files with 13 additions and 10 deletions
|
|
@ -41,7 +41,7 @@ a:not([disabled]):hover > .ticket svg,
|
|||
animation: vibrate 0.5s forwards;
|
||||
}
|
||||
|
||||
.ticket:not(a[disabled] .ticket):hover svg path:not(.dot),
|
||||
.ticket:not(a[disabled] .ticket, .to-blank .ticket):hover svg path:not(.dot),
|
||||
a:not([disabled]):hover > .ticket svg path:not(.dot) {
|
||||
fill: var(--color-season);
|
||||
stroke: var(--color-season);
|
||||
|
|
@ -51,7 +51,7 @@ a.to-blank:hover > .ticket svg path:not(.dot) {
|
|||
stroke: #fff;
|
||||
}
|
||||
|
||||
.ticket:not(a[disabled] .ticket):hover svg path.dot,
|
||||
.ticket:not(a[disabled] .ticket, .to-blank .ticket):hover svg path.dot,
|
||||
a:not([disabled]):hover > .ticket svg path.dot {
|
||||
fill: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue