Browse Source
💄 fix DatePicker/TimePicker icon color (#23508)
should be same as 3.x
pull/23511/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|