Skip to content

Commit

Permalink
Use element-selector instead of class-selector to fix problem in styl…
Browse files Browse the repository at this point in the history
…ing paper-textarea in Edge+IE
  • Loading branch information
firstor committed Jun 28, 2017
1 parent 4bdb86e commit 818f74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/message/input/message-input.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
box-shadow: 0px 0px 12px 0px var(--primary-color);
}

.message-input-field {
paper-textarea {
--paper-input-container-input-color: var(--app-color-green);
--paper-input-container-underline: {
display: none;
Expand Down

0 comments on commit 818f74d

Please sign in to comment.