Skip to content

Commit

Permalink
Fix unreadable placeholder text color in high contrast theme in web UI (
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Sep 15, 2020
1 parent b6985fd commit bbcbf12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/styles/contrast/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit bbcbf12

Please sign in to comment.