fix annoying highlight on dropdown

This commit is contained in:
lolcat 2024-05-25 20:21:22 -04:00
parent 55fe39e0d3
commit 08dd803e2d
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ h3,h4,h5,h6{
.filters .filter input,
.filters .filter select{
all:unset;
user-select:none;
display:block;
border:1px solid var(--504945);
border-radius:2px;