Make the hover style match the active style
This commit is contained in:
parent
fb769f4362
commit
9466e6e0da
1 changed files with 2 additions and 5 deletions
|
@ -38,14 +38,11 @@
|
|||
font-size: 18px;
|
||||
color: $black;
|
||||
|
||||
&.active {
|
||||
&.active,
|
||||
&:hover {
|
||||
color: $blue;
|
||||
border-bottom: 2px solid $blue;
|
||||
}
|
||||
|
||||
&:not(.active):hover {
|
||||
background-color: $light-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue