about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-06-06 12:05:57 +0200
committerGitHub <noreply@github.com>2022-06-06 12:05:57 +0200
commit3d841eba69b340aac4f012fb388f9e9761ec2ba5 (patch)
treed6e893a8514151d3c97eb3e836eeab8bfdd28600
parentd2f5760ceb12ade0134be5a5fe96e677c5e6c925 (diff)
Fix language indicator text color (#1795)
Fixes #1794
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index f015d898e..da9fb6ad2 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -241,7 +241,6 @@
 
 .text-icon,
 .text-icon-button {
-  color: $lighter-text-color;
   font-weight: 600;
   font-size: 11px;
   line-height: 27px;
@@ -249,6 +248,7 @@
 }
 
 .text-icon-button {
+  color: $lighter-text-color;
   border: 0;
   border-radius: 4px;
   background: transparent;