about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/search.scss
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-25 21:20:01 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-25 23:46:23 +0100
commitcc94cc86aec60d3817f40047bc358fce5b1dbc91 (patch)
tree78f0171cd30b0243a820b19b971cd4399617ab07 /app/javascript/flavours/glitch/styles/components/search.scss
parentac8512a73aade4cbca5d043a429160da2f01ad75 (diff)
Fix glitch-soc SCSS code style and refactor closer to upstream
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/search.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/search.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss
index b8078bdb6..a6e98a868 100644
--- a/app/javascript/flavours/glitch/styles/components/search.scss
+++ b/app/javascript/flavours/glitch/styles/components/search.scss
@@ -4,7 +4,7 @@
 }
 
 .search__input {
-  @include search-input();
+  @include search-input;
 
   display: block;
   padding: 15px;
@@ -181,7 +181,7 @@
 
       path:first-child {
         fill: rgba($highlight-text-color, 0.25) !important;
-        fill-opacity: 100% !important;
+        fill-opacity: 1 !important;
       }
 
       path:last-child {