Created
July 18, 2022 07:24
-
-
Save dutchcelt/4e30529fdca7bd96bbb3473d0887d999 to your computer and use it in GitHub Desktop.
Screen Reader Only
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
| .sr-only { | |
| border: 0 !important; | |
| clip: rect(1px, 1px, 1px, 1px) !important; | |
| -webkit-clip-path: inset(50%) !important; | |
| clip-path: inset(50%) !important; | |
| height: 1px !important; | |
| overflow: hidden !important; | |
| margin: -1px !important; | |
| padding: 0 !important; | |
| position: absolute !important; | |
| width: 1px !important; | |
| white-space: nowrap !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment