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>2022-07-22 03:17:41 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-07-22 18:41:39 +0200
commit1ceebf2710794dc35211a16ad3af7f834641a2ab (patch)
tree20a7c49c820e8b5b7e2389408b6d8deb55fa1119 /app/javascript/flavours/glitch/styles/components/search.scss
parent969d805e86dfa458eb21c7a45954f00a7f81df03 (diff)
[Glitch] Change hashtag numbers to have clearer labels in web UI
Port f5d8501138c2bb0058cca41fd76f2c8d9a7593ab to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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 {