Make the hover style match the active style

This commit is contained in:
gregoirenovel 2017-10-05 23:26:27 +02:00
parent fb769f4362
commit 9466e6e0da

View file

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