]> cat aescling's git repositories - mastodon.git/commitdiff
Fix muted text color not applying to all text (#11996)
authortrwnh <a@trwnh.com>
Sun, 29 Sep 2019 14:54:24 +0000 (09:54 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Sep 2019 14:54:24 +0000 (16:54 +0200)
Pleroma generates polls without p tag

app/javascript/styles/mastodon/components.scss

index 7562cc709c4629407dc5d9db409429356baab958..398522afbc6d2ea95d6cace11413395f5c27daf4 100644 (file)
@@ -1529,6 +1529,7 @@ a.account__display-name {
 }
 
 .muted {
+  .status__content,
   .status__content p,
   .status__content a {
     color: $dark-text-color;