1
Fork 0
forked from Korbs/4get

fix annoying highlight on dropdown

This commit is contained in:
lolcat 2024-05-25 20:21:22 -04:00
parent 55fe39e0d3
commit 08dd803e2d

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;