瀏覽代碼

fix annoying highlight on dropdown

lolcat 2 年之前
父節點
當前提交
08dd803e2d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      static/style.css

+ 1 - 0
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;