Skip to content

Commit

Permalink
fix(input-ymd): don't apply hover styles if input is disabled (#339) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Aug 17, 2023
1 parent 97b1bf3 commit 9257cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/components/SInputYMD.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ function createRequiredTouched(): boolean[] {
.container {
background-color: var(--input-disabled-bg-color);
}
.container:hover { border-color: var(--input-border-color); }
.container.focus { border-color: var(--input-border-color); }
}
.SInputYMD.has-error {
Expand Down

0 comments on commit 9257cca

Please sign in to comment.