Skip to content

Commit

Permalink
[Glitch] Fix unreadable placeholder text color in high contrast theme…
Browse files Browse the repository at this point in the history
… in web UI (mastodon#14803)

Port bbcbf12 to glitch-soc

Signed-off-by: Thibaut Girka <[email protected]>
  • Loading branch information
Gargron authored and ClearlyClaire committed Sep 28, 2020
1 parent 6dde075 commit dadec53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/javascript/flavours/glitch/styles/contrast/diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@
.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;
}
}
}

0 comments on commit dadec53

Please sign in to comment.