mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
.sr-only
& .sr-only-focusable
tweaks (#28720)
* Prevent .sr-only-focusable overriding properties when being focused * Typo
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
// Screenreaders
|
||||
//
|
||||
|
||||
.sr-only {
|
||||
.sr-only,
|
||||
.sr-only-focusable:not(:focus) {
|
||||
@include sr-only();
|
||||
}
|
||||
|
||||
.sr-only-focusable {
|
||||
@include sr-only-focusable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user