background color for nav active item changed to transparent
This commit is contained in:
parent
a44c982560
commit
4890a8d4f3
1 changed files with 5 additions and 0 deletions
|
@ -740,4 +740,9 @@ a.unlink:hover {
|
|||
.visible-desktop {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
|
||||
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
|
||||
background-color: transparent;
|
||||
}
|
Loading…
Reference in a new issue