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>2022-07-22 20:49:54 +0200
committerGitHub <noreply@github.com>2022-07-22 20:49:54 +0200
commit85d0e3474574d82fc653925560d2905cee43287e (patch)
tree20a7c49c820e8b5b7e2389408b6d8deb55fa1119 /app/javascript/flavours/glitch/styles/components/search.scss
parent0a61b000e3f10e9be3d8ae1cccf53caa3877a55a (diff)
parent1ceebf2710794dc35211a16ad3af7f834641a2ab (diff)
Merge pull request #1810 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/search.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/search.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/search.scss b/app/javascript/flavours/glitch/styles/components/search.scss
index f7415368b..17a34db62 100644
--- a/app/javascript/flavours/glitch/styles/components/search.scss
+++ b/app/javascript/flavours/glitch/styles/components/search.scss
@@ -176,6 +176,13 @@
       padding-right: 15px;
       margin-left: 5px;
       color: $secondary-text-color;
+      text-decoration: none;
+
+      &__asterisk {
+        color: $darker-text-color;
+        font-size: 18px;
+        vertical-align: super;
+      }
     }
 
     &__sparkline {