diff options
author | lolcat <will@lolcat.ca> | 2024-05-25 20:21:22 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-05-25 20:21:22 -0400 |
commit | 08dd803e2dba51d981ec2f90a302dce2300ccd16 (patch) | |
tree | 1fa22622df5cf4813ef7ce3a0efeb4b04b854177 | |
parent | 55fe39e0d388fdaac661225cdc622cf91cb7198a (diff) |
fix annoying highlight on dropdown
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index d30d3fb..1e0a1da 100644 --- a/static/style.css +++ b/static/style.css @@ -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; |