2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

introduce .navbar-link to resolve issue with buttons in .navbar-text

This commit is contained in:
Mark Otto
2012-03-25 01:21:47 -07:00
parent a7b8e52f8e
commit 6c5c29ada2
4 changed files with 14 additions and 1 deletions
+7
View File
@@ -81,6 +81,13 @@
margin-bottom: 0;
line-height: @navbarHeight;
}
// Janky solution for now to account for links outside the .nav
.navbar-link {
color: @navbarLinkColor;
&:hover {
color: @navbarLinkColorHover;
}
}
// Buttons in navbar
.btn,
.btn-group {