Don't apply navbar gradient to dropdown entries
This commit is contained in:
parent
61fbde4e51
commit
ebae1b475b
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -94,11 +94,11 @@ body {
|
|||
}
|
||||
|
||||
.nav {
|
||||
li.dropdown.open>.dropdown-toggle, li.dropdown.active>.dropdown-toggle, li.dropdown.open.active>.dropdown-toggle {
|
||||
>li.dropdown.open>.dropdown-toggle, >li.dropdown.active>.dropdown-toggle, >li.dropdown.open.active>.dropdown-toggle {
|
||||
// invert for dropdown
|
||||
.navbar-background-color(fade(@bottom, @gradientalpha), fade(@top, @gradientalpha), @image);
|
||||
}
|
||||
li>a:hover {
|
||||
>li>a:hover {
|
||||
// darken for hover
|
||||
@darkenedTop: darken(@top, 5%);
|
||||
@darkenedBottom: darken(@bottom, 5%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue