get rid of hover on brand

This commit is contained in:
Rashid Khan 2015-02-05 16:00:04 -08:00
parent 31f2d0812b
commit be3e88f4ef

View file

@ -68,6 +68,10 @@
&-brand {
font-size: 1.8em;
background-color: lighten(@navbar-inverse-bg, 10%);
&:hover {
background-color: lighten(@navbar-inverse-bg, 10%) !important;
}
}
&-nav {