Skip to content

Commit

Permalink
fixed lumo theme input field error style (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatanaso committed Apr 2, 2019
1 parent 3705896 commit 24d2c3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/lumo/multiselect-combo-box-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 24d2c3c

Please sign in to comment.