diff --git a/theme/lumo/multiselect-combo-box-styles.html b/theme/lumo/multiselect-combo-box-styles.html index 015860d..eb64164 100644 --- a/theme/lumo/multiselect-combo-box-styles.html +++ b/theme/lumo/multiselect-combo-box-styles.html @@ -56,6 +56,10 @@ transform-origin: 100% 0; } + :host([invalid]) [part="input-field"] { + background-color: var(--lumo-error-color-10pct); + } + /* Trigger when not focusing using the keyboard */ :host([focused]:not([focus-ring]):not([readonly])) [part="input-field"]::after { transform: scaleX(0);