Last active
April 1, 2019 10:59
-
-
Save gladchinda/01a8fdf48d11ad6ca66e8acfe61f9ac4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************* | |
Avoid the following style definitions: | |
- they are ignored by screen readers | |
- they impact keyboard accessibility | |
- they affect the visual flow of the page | |
*******************************************************/ | |
.hidden { | |
display: none; | |
} | |
.hidden { | |
visibility: hidden; | |
} | |
.hidden { | |
width: 0px; | |
height: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment