]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix wrong color for ellipsis in boost confirmation dialog in Web UI
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>
Tue, 31 Mar 2020 10:39:50 +0000 (12:39 +0200)
committerThibaut Girka <thib@sitedethib.com>
Thu, 2 Apr 2020 18:45:03 +0000 (20:45 +0200)
Port be2f1597cf6b010a7ea0ffdc45550f87a7ae9dad  to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/status.scss

index fa26c47063601f832e3cfcdbea5027d42196fadc..50b7f2a7260c5def2f8c8f353f5ecaac2723d141 100644 (file)
     }
 
     .display-name {
+      color: $light-text-color;
+
       strong {
         color: $inverted-text-color;
       }
-
-      span {
-        color: $lighter-text-color;
-      }
     }
 
     .status__content {