diff options
| author | Mark Otto <[email protected]> | 2013-10-20 17:59:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 17:59:15 -0700 |
| commit | 23a85d6a7af6fdfdf59756515a760d332f51aa95 (patch) | |
| tree | 5ed52f80354e655fba4abcd8e23e7a49c72cc38c /dist/css/bootstrap.css | |
| parent | 6d5c5105fa4037604417972eb8d2ebfc766e9bc8 (diff) | |
| download | bootstrap-23a85d6a7af6fdfdf59756515a760d332f51aa95.tar.xz bootstrap-23a85d6a7af6fdfdf59756515a760d332f51aa95.zip | |
fixes #11126: remove box-shadow from open dropdown toggle with .btn-link
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8ced2d7e0..87996fa88 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3716,6 +3716,11 @@ input[type="button"].btn-block { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } +.btn-group.open .dropdown-toggle.btn-link { + -webkit-box-shadow: none; + box-shadow: none; +} + .btn .caret { margin-left: 0; } |
