偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
components/slider/style/index.less
-
components/style/themes/default.less
|
|
@ -59,7 +59,9 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&:focus { |
|
|
|
border-color: @slider-handle-color-focus; |
|
|
|
outline: none; |
|
|
|
box-shadow: 0 0 0 5px @slider-handle-color-focus-shadow; |
|
|
|
} |
|
|
|
|
|
|
|
&.@{ant-prefix}-tooltip-open { |
|
|
|
|
|
@ -695,7 +695,7 @@ |
|
|
|
@slider-handle-color: @primary-3; |
|
|
|
@slider-handle-color-hover: @primary-4; |
|
|
|
@slider-handle-color-focus: tint(@primary-color, 20%); |
|
|
|
@slider-handle-color-focus-shadow: fade(@primary-color, 20%); |
|
|
|
@slider-handle-color-focus-shadow: fade(@primary-color, 12%); |
|
|
|
@slider-handle-color-tooltip-open: @primary-color; |
|
|
|
@slider-handle-shadow: 0; |
|
|
|
@slider-dot-border-color: @border-color-split; |
|
|
|