From c4e242bdb170be26e64e859c5636f3cb0285f679 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 10 Feb 2014 10:34:38 -0800 Subject: add .sr-only-focusable; fixes #12259 --- dist/css/bootstrap.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 329b4fa2e..a0689a31d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -346,6 +346,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, -- cgit v1.2.3