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 /docs/assets/css | |
| parent | 7bcd02c16764cdcc82530f8a82961555f8cab6af (diff) | |
| download | bootstrap-1ea647ce987cddc07382eff6a719bea440c5b456.tar.xz bootstrap-1ea647ce987cddc07382eff6a719bea440c5b456.zip | |
Remove shadows from active links in navbar
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 0 insertions, 2 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 { |
