From 50cf0b1a9d883ae3c4054dfd4071963fdf8aa812 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 31 Dec 2013 18:21:41 -0800 Subject: Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' task; Fixes #12030: navbar toggle focus state --- dist/css/bootstrap.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3