From 4787a69efbe0fcd81228781b3c91dfe198aa0f1b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 11 Jan 2014 17:27:34 -0800 Subject: fix #12154 --- dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4ffdb07cc..4d99b7095 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1998,7 +1998,9 @@ textarea.input-lg { border: 1px solid transparent; border-radius: 4px; } -.btn:focus { +.btn:focus, +.btn:active:focus, +.btn.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; -- cgit v1.2.3