Skip to content

Commit

Permalink
Override input grayscale filters
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Sep 15, 2017
1 parent 9cc7d9f commit cd9d99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/modules/inputs/_messaging.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@

#typing_text {
color: $color-highlight;
filter: none;
}

#notification_bar.wide #typing_text.overflow_ellipsis {
Expand All @@ -155,6 +156,7 @@

.ql-placeholder {
color: $base-font-color;
filter: none;
}

.ql-container.texty_single_line_input {
Expand Down

0 comments on commit cd9d99b

Please sign in to comment.