[UX] Add on-hover to chronofilter links (#2478)
This commit is contained in:
parent
0b93507da6
commit
6de9515ec0
1 changed files with 4 additions and 0 deletions
|
|
@ -194,6 +194,10 @@
|
|||
}
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
background: $dark-purple;
|
||||
color: white;
|
||||
border: 1px solid $purple;
|
||||
box-shadow: 3px 4px 0px $purple;
|
||||
}
|
||||
}
|
||||
.narrow-nav-select {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue