Skip to content

Commit 0e40bcd

Browse files
fix: use custom CSS property for text-area readonly border (#7624) (#7626)
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
1 parent 5e9460d commit 0e40bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/text-area/theme/lumo/vaadin-text-area-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const textArea = css`
3030
}
3131
3232
:host([readonly]) [part='input-field'] {
33-
border: 1px dashed var(--lumo-contrast-30pct);
33+
border: var(--vaadin-input-field-readonly-border, 1px dashed var(--lumo-contrast-30pct));
3434
}
3535
3636
:host([readonly]) [part='input-field']::after {

0 commit comments

Comments
 (0)