mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
style: 💄 Fix DatePicker clear icon style (#23811)
This commit is contained in:
parent
58fcee34c1
commit
78b7cf22a1
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user