Win specificity battle over Bulma to highlight 2nd-level menu links on hover
This commit is contained in:
parent
a0908b7fcd
commit
80e6584708
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue