fix(slider): disabled rail background-color error (#33369)

Co-authored-by: chenjingjie <chenjingjie@coding.net>
This commit is contained in:
chen-jingjie 2021-12-21 03:32:29 -06:00 committed by GitHub
parent e1a05c29e5
commit aa64c8bf99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}