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 /less | |
| 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 'less')
| -rw-r--r-- | less/navbar.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index 621772fbb..ac7a6a79f 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -193,6 +193,12 @@ border: 1px solid transparent; border-radius: @border-radius-base; + // We remove the `outline` here, but later compensate by attaching `:hover` + // styles to `:focus`. + &:focus { + outline: none; + } + // Bars .icon-bar { display: block; |
