Skip to content

Commit

Permalink
fix(DatePicker): fix date-picker disabled icon hover color (#1675)
Browse files Browse the repository at this point in the history
Co-authored-by: Heising <[email protected]>
  • Loading branch information
HaixingOoO and Heising authored Dec 13, 2023
1 parent b807a96 commit a363053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/web/components/input/_mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
& > .@{prefix}-input__suffix {
.t-icon {
color: @input-text-color-disabled;

&:hover {
color: @input-text-color-disabled;
}
}
}
}
Expand Down

0 comments on commit a363053

Please sign in to comment.