]> cat aescling's git repositories - mastodon.git/commitdiff
Add placeholder text color to form of media attachments (#5196)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 3 Oct 2017 11:10:57 +0000 (20:10 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 3 Oct 2017 11:10:57 +0000 (13:10 +0200)
app/javascript/styles/components.scss

index e83a22e00e18078278c404d5ebc5c8d7da04002c..3e1b08e9fb2bf6c9ee955016ce721834dc960306 100644 (file)
       &:focus {
         color: $white;
       }
+
+      &::placeholder {
+        opacity: 0.54;
+        color: $ui-secondary-color;
+      }
     }
 
     &.active {