diff options
| author | Mark Otto <[email protected]> | 2014-03-09 12:39:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 12:39:29 -0700 |
| commit | 29f23576ee301cf476ce66b979ddec338663336b (patch) | |
| tree | 80037fa54ba56ab75b13f56f0aa2293a1f0f99be /dist/css/bootstrap.css | |
| parent | 5e6d16ef4dc531e284bf629a9336f608847bd608 (diff) | |
| parent | d8bc65b9d035d15a61bd6fe259b4ffb49c211404 (diff) | |
| download | bootstrap-29f23576ee301cf476ce66b979ddec338663336b.tar.xz bootstrap-29f23576ee301cf476ce66b979ddec338663336b.zip | |
Merge pull request #12679 from twbs/sr-only-focusable
add .sr-only-focusable
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 56b61da00..a5c695d80 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -973,6 +973,15 @@ hr { clip: rect(0, 0, 0, 0); border: 0; } +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} h1, h2, h3, |
