Skip to content

Commit

Permalink
fix(styles): fix input error css
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Apr 19, 2022
1 parent 03ffe51 commit 215ebcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/forms/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
}
}

.k-input-wrapper .input-error {
&.k-input {
.k-input-wrapper.input-error {
.k-input {
outline: none !important;
box-shadow: inset 0 0 0 1.5px var(--KInputError, var(--red-500, color(red-500))) !important;
transition: color 0.1s ease;
Expand Down

0 comments on commit 215ebcc

Please sign in to comment.