aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-30 17:36:00 -0700
committerMark Otto <[email protected]>2015-03-30 17:36:00 -0700
commit608be81a43f0109bc4082444ed1068440b1cf1c2 (patch)
tree2e8ea601ea5b6332f9cbdb656e5485b78495a78a /dist/css/bootstrap.css
parentc82cae9a48fe9c659671b0d05b52e88ba229ae65 (diff)
downloadbootstrap-608be81a43f0109bc4082444ed1068440b1cf1c2.tar.xz
bootstrap-608be81a43f0109bc4082444ed1068440b1cf1c2.zip
Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them to create classes in _utilities.scss
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css40
1 files changed, 20 insertions, 20 deletions
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;