Win specificity battle over Bulma to highlight 2nd-level menu links on hover

This commit is contained in:
benjamin melançon 2018-12-17 22:56:58 -05:00
parent a0908b7fcd
commit 80e6584708

View file

@ -205,7 +205,9 @@ a.navbar-link.is-active {
} }
a.navbar-item:hover, a.navbar-item:hover,
a.navbar-link:hover { a.navbar-link:hover,
.hero.is-dark a.navbar-item:not(.button):not(.dropdown-item):not(.tag):hover
{
color: $dark; color: $dark;
background-color: $white; background-color: $white;
} }