Skip to content

Commit

Permalink
Fixing green color issue when input is not valid - closes #280
Browse files Browse the repository at this point in the history
  • Loading branch information
grandorf committed Nov 16, 2020
1 parent 380f649 commit aca3f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/elements/ys-input-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

&--error {
border-color: $ys-color-error-red;
border-color: $ys-color-error-red !important; /* stylelint-disable-line declaration-no-important */ //Important needed for not showing green border on focus.
}

&--disabled,
Expand Down

0 comments on commit aca3f96

Please sign in to comment.