1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' task; Fixes #12030: navbar toggle focus state

This commit is contained in:
Mark Otto
2013-12-31 18:21:41 -08:00
parent 83d26de6d5
commit 50cf0b1a9d
8 changed files with 17 additions and 7 deletions

View File

@@ -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;