From 974b98ed8ed11e224f86129557d69b72c8903ced Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:03:09 +0300 Subject: [PATCH] Remove green border from selected tags --- public/css/tags.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/tags.css b/public/css/tags.css index 4de9e89cc..c712a49a5 100644 --- a/public/css/tags.css +++ b/public/css/tags.css @@ -183,7 +183,6 @@ .tag.selected { opacity: 1 !important; filter: none !important; - border: 1px solid lightgreen; } .tag.excluded {