diff options
author | Mélanie Chauvel (ariasuni) <perso@hack-libre.org> | 2020-03-31 12:39:50 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-04-02 20:45:03 +0200 |
commit | dcf841545dbdcafaafa2cb436c0124efa2aaa769 (patch) | |
tree | 3fc71c9631764c8263d6b6d91eb16ab7148452b4 | |
parent | 3eede6f64b78660d94a796641620f086fa0aca87 (diff) |
[Glitch] Fix wrong color for ellipsis in boost confirmation dialog in Web UI
Port be2f1597cf6b010a7ea0ffdc45550f87a7ae9dad to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index fa26c4706..50b7f2a72 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -331,13 +331,11 @@ } .display-name { + color: $light-text-color; + strong { color: $inverted-text-color; } - - span { - color: $lighter-text-color; - } } .status__content { |