style: 💄 Fix DatePicker clear icon style (#23811)

This commit is contained in:
偏右 2020-05-01 22:16:05 +08:00 committed by GitHub
parent 58fcee34c1
commit 78b7cf22a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
right: 0; right: 0;
color: @text-color-secondary; color: @disabled-color;
background: @component-background; background: @component-background;
transform: translateY(-50%); transform: translateY(-50%);
cursor: pointer; cursor: pointer;
@ -124,7 +124,7 @@
transition: opacity @animation-duration-slow, color @animation-duration-slow; transition: opacity @animation-duration-slow, color @animation-duration-slow;
&:hover { &:hover {
color: @disabled-color; color: @text-color-secondary;
} }
} }