mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
fix: slider color
This commit is contained in:
parent
3b112e048d
commit
70ea42aa18
@ -379,10 +379,8 @@
|
||||
|
||||
// Slider
|
||||
// ---
|
||||
@slider-rail-background-color: fade(@white, 20%);
|
||||
@slider-rail-background-color-hover: @slider-rail-background-color;
|
||||
@slider-track-background-color: @primary-color;
|
||||
@slider-handle-color: @primary-color;
|
||||
@slider-rail-background-color: #262626;
|
||||
@slider-rail-background-color-hover: @border-color-base;
|
||||
|
||||
// Skeleton
|
||||
// ---
|
||||
|
Loading…
Reference in New Issue
Block a user