remove ugly outline

This commit is contained in:
Roberto Beltran 2021-04-02 02:00:19 -04:00
parent ed2d74319b
commit 460c6faf93
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ fieldset #categories {
transition: all 1.2s ease;
background-color: white;
}
.q:focus-visible {
outline: none;
}
#search_submit {
position: absolute;