aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-rtl.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-09 12:39:29 -0700
committerMark Otto <[email protected]>2014-03-09 12:39:29 -0700
commit29f23576ee301cf476ce66b979ddec338663336b (patch)
tree80037fa54ba56ab75b13f56f0aa2293a1f0f99be /dist/css/bootstrap-rtl.css
parent5e6d16ef4dc531e284bf629a9336f608847bd608 (diff)
parentd8bc65b9d035d15a61bd6fe259b4ffb49c211404 (diff)
downloadbootstrap-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-rtl.css')
-rw-r--r--dist/css/bootstrap-rtl.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css
index df8ae898f..0d5a6d707 100644
--- a/dist/css/bootstrap-rtl.css
+++ b/dist/css/bootstrap-rtl.css
@@ -1250,6 +1250,16 @@ hr {
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,