expanded-nav - adjust ticketing

This commit is contained in:
isUnknown 2024-08-27 15:01:37 +02:00
parent 8a720f67dd
commit d89d8ac79b
6 changed files with 58 additions and 18 deletions

View file

@ -41,18 +41,20 @@ a:hover .ticket svg,
animation: vibrate 0.5s forwards;
}
.ticket:hover svg path:not(.dot) {
.ticket:hover svg path:not(.dot),
a:hover .ticket svg path:not(.dot) {
fill: var(--color-salmon);
stroke: var(--color-salmon);
}
a:hover .ticket svg path:not(.dot) {
a.to-blank:hover .ticket svg path:not(.dot) {
fill: #fff;
stroke: #fff;
}
.ticket:hover svg path.dot {
.ticket:hover svg path.dot,
a:hover .ticket svg path.dot {
fill: #fff;
}
a:hover .ticket svg path.dot {
a.to-blank:hover .ticket svg path.dot {
fill: var(--color-salmon);
}