Skip to content

Commit 1fbb4f5

Browse files
authored
fix(ui5-textarea): fix placeholder font-style (#2340)
FIXES #2338
1 parent 8be4048 commit 1fbb4f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/src/themes/TextArea.css

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
outline-offset: -4px;
4040
}
4141

42+
:host([placeholder]) {
43+
font-style: italic;
44+
}
45+
4246
.ui5-textarea-root {
4347
height: 100%;
4448
min-height: var(--_ui5_input_height);

0 commit comments

Comments
 (0)