mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
chore(picker): improve hovering experience (#25826)
This commit is contained in:
parent
ce02caa2d8
commit
53be0fb0a7
@ -91,6 +91,12 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-placeholder {
|
||||||
|
> input {
|
||||||
|
color: @input-placeholder-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Size
|
// Size
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
"rc-menu": "~8.5.0",
|
"rc-menu": "~8.5.0",
|
||||||
"rc-notification": "~4.4.0",
|
"rc-notification": "~4.4.0",
|
||||||
"rc-pagination": "~2.4.1",
|
"rc-pagination": "~2.4.1",
|
||||||
"rc-picker": "~1.13.0",
|
"rc-picker": "~1.15.0",
|
||||||
"rc-progress": "~3.0.0",
|
"rc-progress": "~3.0.0",
|
||||||
"rc-rate": "~2.8.2",
|
"rc-rate": "~2.8.2",
|
||||||
"rc-resize-observer": "^0.2.3",
|
"rc-resize-observer": "^0.2.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user