From 608be81a43f0109bc4082444ed1068440b1cf1c2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Mar 2015 17:36:00 -0700 Subject: Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them to create classes in _utilities.scss --- dist/css/bootstrap.css | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 0b00030b9..73c023459 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -347,26 +347,6 @@ hr { border-top: .0625rem solid #eceeef; } -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - 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; -} - [role="button"] { cursor: pointer; } @@ -5033,6 +5013,26 @@ button.close { float: left !important; } +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + 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; +} + .inverse { color: #eceeef; background-color: #373a3c; -- cgit v1.2.3