Merge pull request #4762 from Baoyx007/patch-7
style (switch): change color in disabled&&true status
This commit is contained in:
commit
3936eb5260
1 changed files with 15 additions and 1 deletions
|
@ -166,6 +166,20 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-disabled&-checked{
|
||||||
|
border-color: @primary-color;
|
||||||
|
background-color: @primary-color;
|
||||||
|
opacity: .4;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.@{switch-prefix-cls}-inner {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes switch-loading {
|
@keyframes switch-loading {
|
||||||
|
|
Loading…
Add table
Reference in a new issue