From 1d8d871c4ba296f6e091dde1421644f47c96a86c Mon Sep 17 00:00:00 2001 From: slotDumpling <67586451+slotDumpling@users.noreply.github.com> Date: Tue, 21 Jun 2022 10:52:03 +0800 Subject: [PATCH] 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 * Update index.less 6px Co-authored-by: afc163 --- components/slider/style/index.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/slider/style/index.less b/components/slider/style/index.less index 98b7685e0d..66d63b1552 100644 --- a/components/slider/style/index.less +++ b/components/slider/style/index.less @@ -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 {