diff --git a/components/slider/index.css b/components/slider/index.css index e1add9efe6c..613fb420a84 100644 --- a/components/slider/index.css +++ b/components/slider/index.css @@ -520,6 +520,10 @@ governing permissions and limitations under the License. &.is-disabled { cursor: default; + .spectrum-Slider-controls { + cursor: default; + } + .spectrum-Slider-handle { cursor: default; pointer-events: none;