about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>2020-03-31 12:39:50 +0200
committerGitHub <noreply@github.com>2020-03-31 12:39:50 +0200
commitbe2f1597cf6b010a7ea0ffdc45550f87a7ae9dad (patch)
tree368f8a4f8f599a5901e42d1ef778c449924490a4 /app
parent11169367e4a999b19cc9140be38bdb5a1f3bb144 (diff)
Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 7d3644d16..725f5c369 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1028,13 +1028,11 @@
     }
 
     .display-name {
+      color: $light-text-color;
+
       strong {
         color: $inverted-text-color;
       }
-
-      span {
-        color: $light-text-color;
-      }
     }
 
     .status__content {