Skip to content

Commit

Permalink
fix: use custom CSS property for text-area readonly border (#7624) (#…
Browse files Browse the repository at this point in the history
…7625)

Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Aug 9, 2024
1 parent 4670908 commit be3400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-area/theme/lumo/vaadin-text-area-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const textArea = css`
}
:host([readonly]) [part='input-field'] {
border: 1px dashed var(--lumo-contrast-30pct);
border: var(--vaadin-input-field-readonly-border, 1px dashed var(--lumo-contrast-30pct));
}
:host([readonly]) [part='input-field']::after {
Expand Down

0 comments on commit be3400e

Please sign in to comment.