Skip to content

Commit

Permalink
fix(ui5-textarea): fix placeholder font-style (#2340)
Browse files Browse the repository at this point in the history
FIXES #2338
  • Loading branch information
ilhan007 committed Nov 2, 2020
1 parent 178af99 commit 293c099
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/main/src/themes/TextArea.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
outline-offset: -4px;
}

:host([placeholder]) {
font-style: italic;
}

.ui5-textarea-root {
height: 100%;
min-height: var(--_ui5_input_height);
Expand Down

0 comments on commit 293c099

Please sign in to comment.