Browse Source

💄 fix DatePicker/TimePicker icon color (#23508)

should be same as 3.x
pull/23511/head
偏右 5 years ago
committed by GitHub
parent
commit
835bcabdbc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/date-picker/style/index.less

2
components/date-picker/style/index.less

@ -109,7 +109,7 @@
&-suffix { &-suffix {
align-self: center; align-self: center;
margin-left: @padding-xs / 2; margin-left: @padding-xs / 2;
color: @text-color-secondary; color: @disabled-color;
pointer-events: none; pointer-events: none;
} }

Loading…
Cancel
Save