2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+6
View File
@@ -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;