diff options
| author | Mark Otto <[email protected]> | 2013-12-31 18:21:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-31 18:23:10 -0800 |
| commit | 50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 (patch) | |
| tree | 7b99bc43635faae7485d53e256c40cad413e50cd /dist/css/bootstrap.css | |
| parent | 83d26de6d5da1e25ebc647a63066f0f8f4549bd5 (diff) | |
| download | bootstrap-50cf0b1a9d883ae3c4054dfd4071963fdf8aa812.tar.xz bootstrap-50cf0b1a9d883ae3c4054dfd4071963fdf8aa812.zip | |
Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' task; Fixes #12030: navbar toggle focus state
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e096091ca..b1c36bb03 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3759,6 +3759,9 @@ textarea.input-group-sm > .input-group-btn > .btn { border: 1px solid transparent; border-radius: 4px; } +.navbar-toggle:focus { + outline: none; +} .navbar-toggle .icon-bar { display: block; width: 22px; |
