2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

overhaul navbar behavior in responsive css

This commit is contained in:
Mark Otto
2012-01-27 16:26:55 -08:00
parent 800d0b24e0
commit f6dc566963
5 changed files with 228 additions and 139 deletions
+2 -1
View File
@@ -165,7 +165,8 @@
}
// Active nav items
.navbar .nav .active > a {
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
color: @navbarLinkColorHover;
text-decoration: none;
background-color: @navbarBackground;