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:
slotDumpling 2022-06-21 10:52:03 +08:00 committed by GitHub
parent 24a7da8ea8
commit 1d8d871c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {