]> cat aescling's git repositories - mastodon.git/commitdiff
Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355)
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>
Tue, 31 Mar 2020 10:39:50 +0000 (12:39 +0200)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 10:39:50 +0000 (12:39 +0200)
app/javascript/styles/mastodon/components.scss

index 7d3644d16ff30faa10f897aa0c083721a30d89e4..725f5c3694a63e0b3a324537b20d2ead5ff4d721 100644 (file)
     }
 
     .display-name {
+      color: $light-text-color;
+
       strong {
         color: $inverted-text-color;
       }
-
-      span {
-        color: $light-text-color;
-      }
     }
 
     .status__content {