This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2024-11-30 12:24:19 +01:00
Code
Issues
Actions
Packages
Releases
Activity
294752ed9e
Bootstrap
/
scss
/
helpers
/
_screenreaders.scss
9 lines
91 B
SCSS
Raw
Normal View
History
Unescape
Escape
Reorganize utilities into more separate files under a `/scss/utilities/` directory [skip sauce] [skip validator]
2015-12-11 04:43:28 +01:00
//
// Screenreaders
//
`.sr-only` & `.sr-only-focusable` tweaks (#28720) * Prevent .sr-only-focusable overriding properties when being focused * Typo
2019-05-20 10:03:51 +02:00
.
sr-only
,
.
sr-only-focusable
:
not
(
:
focus
)
{
Reorganize utilities into more separate files under a `/scss/utilities/` directory [skip sauce] [skip validator]
2015-12-11 04:43:28 +01:00
@include
sr-only
()
;
}
Reference in New Issue
Copy Permalink