Skip to content

Instantly share code, notes, and snippets.

@lucprincen
Created June 10, 2015 18:35
Show Gist options
  • Select an option

  • Save lucprincen/8fb123b81c25acceb0d5 to your computer and use it in GitHub Desktop.

Select an option

Save lucprincen/8fb123b81c25acceb0d5 to your computer and use it in GitHub Desktop.
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
&:focus{
background-color: #f1f1f1;
border-radius: 3px;
clip: auto !important;
color: #21759b;
display: block;
font-size: rem( 14px );
height: auto;
left: 5px;
padding: 15px 23px 14px;
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