Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save skorasaurus/23987d3c9b8d3da49725461ddf1d55e0 to your computer and use it in GitHub Desktop.

Select an option

Save skorasaurus/23987d3c9b8d3da49725461ddf1d55e0 to your computer and use it in GitHub Desktop.
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
&:focus {
background-color: #ffffff;
clip: auto !important;
clip-path: none;
color: $dark-blue;
display: block;
font-size: 1.2em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment