Show hover status in nav bar hamburger menu on mobile

This commit is contained in:
Mark McDowall 2014-08-22 17:14:19 -07:00
commit 5d003fff5d

View file

@ -150,6 +150,16 @@
}
}
}
.navbar-collapse {
.navbar-nav {
li {
&:focus, &:hover {
background-color: #535353;
}
}
}
}
}
.search {