diff options
| author | Mark Otto <[email protected]> | 2013-01-12 19:02:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-12 19:02:58 -0800 |
| commit | 1ea647ce987cddc07382eff6a719bea440c5b456 (patch) | |
| tree | 82217aa66dce62ac49789f29b741ee923a7b40e0 | |
| parent | 7bcd02c16764cdcc82530f8a82961555f8cab6af (diff) | |
| download | bootstrap-1ea647ce987cddc07382eff6a719bea440c5b456.tar.xz bootstrap-1ea647ce987cddc07382eff6a719bea440c5b456.zip | |
Remove shadows from active links in navbar
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/navbar.less | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 22d6a97f3..39823abee 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 3508a5249..19d8705f1 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 |
