diff options
| author | Chris Rebert <[email protected]> | 2014-01-11 17:27:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-12 13:51:03 -0800 |
| commit | 4787a69efbe0fcd81228781b3c91dfe198aa0f1b (patch) | |
| tree | 18b847f28bd4740c7c09b362b05e3b422763f095 /dist/css/bootstrap.css | |
| parent | e2908975ad9beebb2b9bfd2ab8dbaa59577b1a0f (diff) | |
| download | bootstrap-4787a69efbe0fcd81228781b3c91dfe198aa0f1b.tar.xz bootstrap-4787a69efbe0fcd81228781b3c91dfe198aa0f1b.zip | |
fix #12154
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
