]> cat aescling's git repositories - mastodon.git/commitdiff
Fix unreadable placeholder text color in high contrast theme in web UI (#14803)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 15 Sep 2020 07:24:24 +0000 (09:24 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 07:24:24 +0000 (09:24 +0200)
Fix #14717

app/javascript/styles/contrast/diff.scss

index 5a40e7d79a9f0a537bc5947fa9f21c3242d0ccf1..841ed66480c6288375f7ce8045bfbab88261e86a 100644 (file)
@@ -75,3 +75,8 @@
 .public-layout .public-account-header__tabs__tabs .counter.active::after {
   border-bottom: 4px solid $ui-highlight-color;
 }
+
+.compose-form .autosuggest-textarea__textarea::placeholder,
+.compose-form .spoiler-input__input::placeholder {
+  color: $inverted-text-color;
+}