expanded-nav - adjust ticketing
This commit is contained in:
parent
8a720f67dd
commit
d89d8ac79b
6 changed files with 58 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue