Don't apply navbar gradient to dropdown entries

This commit is contained in:
Gina Häußge 2017-03-10 12:49:21 +01:00
parent 61fbde4e51
commit ebae1b475b
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -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%);