]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove shadows from active links in navbar
authorMark Otto <otto@github.com>
Sun, 13 Jan 2013 03:02:58 +0000 (19:02 -0800)
committerMark Otto <otto@github.com>
Sun, 13 Jan 2013 03:02:58 +0000 (19:02 -0800)
docs/assets/css/bootstrap.css
less/navbar.less

index 22d6a97f35ba1f3a8cf05b831fee15ccf6fa6501..39823abee951c09992a116c15c971dc4cb737830 100644 (file)
@@ -3290,8 +3290,6 @@ fieldset[disabled] .btn-link:hover {
   color: #555555;
   text-decoration: none;
   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 {
index 3508a524998b1ec29678a32d4ab6a9e2a0699eb2..19d8705f1640b79d79d3ba624659c8475867b154 100644 (file)
   color: @navbar-link-color-active;
   text-decoration: none;
   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