fix ticket color on same color

This commit is contained in:
isUnknown 2024-09-20 09:40:30 +02:00
parent dbfd54f1a1
commit f2af3f2214
2 changed files with 13 additions and 10 deletions

View file

@ -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;
}