Skip to content

Commit

Permalink
fix(DatePicker2): fix selected value display when disabled (#3706), c…
Browse files Browse the repository at this point in the history
…lose #3705
  • Loading branch information
lakerswgq authored and 潕量 committed Mar 25, 2022
1 parent 589df3f commit ca84bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date-picker2/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}
}

#{$calendar2-prefix}-cell-current:not(#{$calendar2-prefix}-cell-disabled) {
#{$calendar2-prefix}-cell-current {
&#{$calendar2-prefix}-cell-selected {
&::before {
color: $color-text1-3;
Expand Down

0 comments on commit ca84bc9

Please sign in to comment.