1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00
This commit is contained in:
Chris Rebert
2014-01-11 17:27:34 -08:00
parent e2908975ad
commit 4787a69efb
6 changed files with 14 additions and 7 deletions

View File

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