Skip to content

Instantly share code, notes, and snippets.

View norbert-codes's full-sized avatar
💭
Feeling cute, might break tests later

norbert norbert-codes

💭
Feeling cute, might break tests later
  • no gods, no masters
View GitHub Profile
body:not(.user-is-tabbing) {
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}
}
.hidden-visually {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
overflow: hidden;
clip: rect(0 0 0 0);
}