From 08dd803e2dba51d981ec2f90a302dce2300ccd16 Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 25 May 2024 20:21:22 -0400 Subject: [PATCH] fix annoying highlight on dropdown --- static/style.css | 1 + 1 file changed, 1 insertion(+) 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;