Cleanup custom CSS

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-02-17 01:54:32 +05:30
parent 89d8ae77bc
commit 439e236d0e
1 changed files with 1 additions and 13 deletions

View File

@ -94,19 +94,7 @@ div.tag-container {
color: inherit;
}
.visually-hidden {
display: block;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(1px);
white-space: nowrap;
position: absolute;
}
*:focus {
.toggle-button:focus {
outline: none;
}