mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
style: 💄 Fix DatePicker clear icon style (#23811)
This commit is contained in:
parent
58fcee34c1
commit
78b7cf22a1
@ -116,7 +116,7 @@
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
color: @text-color-secondary;
|
||||
color: @disabled-color;
|
||||
background: @component-background;
|
||||
transform: translateY(-50%);
|
||||
cursor: pointer;
|
||||
@ -124,7 +124,7 @@
|
||||
transition: opacity @animation-duration-slow, color @animation-duration-slow;
|
||||
|
||||
&:hover {
|
||||
color: @disabled-color;
|
||||
color: @text-color-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user