Skip to content

Commit

Permalink
Fix textarea styles in readonly mode
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Aug 2, 2018
1 parent cbe2358 commit f8d72bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/lumo/vaadin-text-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
line-height: var(--lumo-line-height-s);
}

[part="input-field"]::after {
:host(:not([readonly])) [part="input-field"]::after {
display: none;
}

Expand Down

0 comments on commit f8d72bb

Please sign in to comment.