From 0b18d729a09761fdf452a47aa1adcb0cad3ffdf0 Mon Sep 17 00:00:00 2001
From: esikkala <esko.ikkala@aalto.fi>
Date: Fri, 12 Nov 2021 15:04:24 +0200
Subject: [PATCH] Checkbox facet: update rowSearchMatch style

---
 src/client/index.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/index.css b/src/client/index.css
index 45b48309..21cb0ec6 100644
--- a/src/client/index.css
+++ b/src/client/index.css
@@ -20,7 +20,7 @@ a, a:visited, a:hover, a:active {
 }
 
 .rstcustom__rowSearchMatch {
-    /*box-shadow: 0 2px 0 #673ab7 ;*/
+    box-shadow: none !important;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
-- 
GitLab