From: Mark Otto Date: Sun, 13 Jan 2013 03:02:58 +0000 (-0800) Subject: Remove shadows from active links in navbar X-Git-Tag: v3.0.0-rc1~827 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ea647ce987cddc07382eff6a719bea440c5b456;p=thirdparty%2Fbootstrap.git Remove shadows from active links in navbar --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 22d6a97f35..39823abee9 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { diff --git a/less/navbar.less b/less/navbar.less index 3508a52499..19d8705f16 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -232,7 +232,6 @@ 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