mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 15:19:52 +02:00
Remove shadows from active links in navbar
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -3290,8 +3290,6 @@ fieldset[disabled] .btn-link:hover {
|
|||||||
color: #555555;
|
color: #555555;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
||||||
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .btn-navbar {
|
.navbar .btn-navbar {
|
||||||
|
@@ -232,7 +232,6 @@
|
|||||||
color: @navbar-link-color-active;
|
color: @navbar-link-color-active;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: @navbar-link-background-active;
|
background-color: @navbar-link-background-active;
|
||||||
.box-shadow(inset 0 3px 8px rgba(0,0,0,.125));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Navbar button for toggling navbar items in responsive layouts
|
// Navbar button for toggling navbar items in responsive layouts
|
||||||
|
Reference in New Issue
Block a user