mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
style: enlarge draggable area for Slider handle (#36018)
* active skeleton animated with transform * properties order fixed * properties order fixed * properties order fixed * bigger dragable area for slider handle * Update components/slider/style/index.less Co-authored-by: afc163 <afc163@gmail.com> * Update index.less 6px Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
24a7da8ea8
commit
1d8d871c4b
@ -66,6 +66,15 @@
|
||||
&.@{ant-prefix}-tooltip-open {
|
||||
border-color: @slider-handle-color-tooltip-open;
|
||||
}
|
||||
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: -6px;
|
||||
bottom: -6px;
|
||||
left: -6px;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user