mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-29 14:51:09 +00:00
Update bootstrap
This commit is contained in:
5
_sass/bootstrap/mixins/_screen-reader.scss
Executable file → Normal file
5
_sass/bootstrap/mixins/_screen-reader.scss
Executable file → Normal file
@@ -3,11 +3,12 @@
|
||||
// See: https://a11yproject.com/posts/how-to-hide-content/
|
||||
// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
|
||||
|
||||
@mixin sr-only {
|
||||
@mixin sr-only() {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px; // Fix for https://github.com/twbs/bootstrap/issues/25686
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
@@ -20,7 +21,7 @@
|
||||
//
|
||||
// Credit: HTML5 Boilerplate
|
||||
|
||||
@mixin sr-only-focusable {
|
||||
@mixin sr-only-focusable() {
|
||||
&:active,
|
||||
&:focus {
|
||||
position: static;
|
||||
|
Reference in New Issue
Block a user