diff options
| author | Mark Otto <[email protected]> | 2015-12-07 22:11:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 22:11:27 -0800 |
| commit | 1e9f0ab99ea07bab6b66b4fd36b5814c61b3c0e6 (patch) | |
| tree | 4f2d1abc6e91401cee71b9f3591f17df4d00a66d /docs/dist/css/bootstrap.css | |
| parent | 7f8a05d3ef1f76bf043a4ba19f2be148e33feed5 (diff) | |
| download | bootstrap-1e9f0ab99ea07bab6b66b4fd36b5814c61b3c0e6.tar.xz bootstrap-1e9f0ab99ea07bab6b66b4fd36b5814c61b3c0e6.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b6487c145..66a3378ca 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -333,6 +333,10 @@ body { background-color: #fff; } +[tabindex="-1"]:focus { + outline: none !important; +} + h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; @@ -449,6 +453,11 @@ label { margin-bottom: .5rem; } +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + input, button, select, |
