mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
fix(slider): disabled rail background-color error (#33369)
Co-authored-by: chenjingjie <chenjingjie@coding.net>
This commit is contained in:
parent
e1a05c29e5
commit
aa64c8bf99
@ -133,6 +133,10 @@
|
||||
&-disabled {
|
||||
cursor: not-allowed;
|
||||
|
||||
.@{slider-prefix-cls}-rail {
|
||||
background-color: @slider-rail-background-color !important;
|
||||
}
|
||||
|
||||
.@{slider-prefix-cls}-track {
|
||||
background-color: @slider-disabled-color !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user