]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix unreadable placeholder text color in high contrast theme in web UI ...
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 15 Sep 2020 07:24:24 +0000 (09:24 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 28 Sep 2020 15:56:16 +0000 (17:56 +0200)
Port bbcbf12215a5ec69362a769c1bae9c630eda0ed4 to glitch-soc

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

index f78e60597544b796d19f3f7ee88d8e1ba3718a9e..0f3a6cc6d91ad6d849df0b28462b54dc697a85f1 100644 (file)
 .public-layout .public-account-header__tabs__tabs .counter.active::after {
   border-bottom: 4px solid $ui-highlight-color;
 }
+
+.composer {
+  .composer--spoiler input,
+  .compose-form__autosuggest-wrapper textarea {
+    &::placeholder {
+      color: $inverted-text-color;
+    }
+  }
+}