1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 04:51:39 +02:00

fix main docs nav to use latest navbar changes

This commit is contained in:
Mark Otto
2015-08-18 01:06:36 -07:00
parent b96f2b4c5b
commit a3eecaadb0
2 changed files with 41 additions and 46 deletions

View File

@@ -3,23 +3,20 @@
//
.bd-navbar {
padding-top: 1rem;
padding-bottom: 1rem;
margin-bottom: 0;
// background-color: $bd-graphite;
.navbar-nav {
.nav-link {
color: $bd-graphite-light;
.nav-link {
color: $bd-graphite-light;
&.active,
&:hover,
&:focus {
color: $gray-dark;
background-color: transparent;
}
&.active,
&:hover,
&:focus {
color: $gray-dark;
background-color: transparent;
}
&.active {
font-weight: 500;
&.active {
font-weight: 500;
}
}
}
}