Tweak the dropdown menu hover and active colours
This commit is contained in:
parent
b97d2d98ae
commit
404024f621
1 changed files with 9 additions and 0 deletions
|
@ -278,6 +278,15 @@ nav.secondary {
|
|||
}
|
||||
}
|
||||
|
||||
nav.primary, nav.secondary {
|
||||
.dropdown-item {
|
||||
&:hover, &:active {
|
||||
background-color: $green;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#compact-secondary-nav {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue