about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/search.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2020-05-14 09:01:23 +0200
committerThibaut Girka <thib@sitedethib.com>2020-05-14 18:50:57 +0200
commit2b75728a8083d07bc3238b7aef21ceb3b2cc6e7f (patch)
tree8ff7cc88e6875952250a9c099842da4909226906 /app/javascript/flavours/glitch/styles/components/search.scss
parentf94aebafe500c5e967e6a27d45217e1afe67f695 (diff)
[Glitch] Fix regression in sparkline style in web UI
Port c9dcc2d39fb5bd945ecd999e50c08a86cce1aa3e to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/search.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/search.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss
index 30d69d05c..eec2e64d6 100644
--- a/app/javascript/flavours/glitch/styles/components/search.scss
+++ b/app/javascript/flavours/glitch/styles/components/search.scss
@@ -185,6 +185,7 @@
 
       path:last-child {
         stroke: lighten($highlight-text-color, 6%) !important;
+        fill: none !important;
       }
     }
   }