diff --git a/src/styles/components/switch.less b/src/styles/components/switch.less index ec08879..172b556 100644 --- a/src/styles/components/switch.less +++ b/src/styles/components/switch.less @@ -153,16 +153,15 @@ &-disabled { cursor: @cursor-disabled; - background: #f3f3f3; - border-color: #f3f3f3; + opacity: .4; &:after { - background: #ccc; + background: #fff; cursor: not-allowed; } .@{switch-prefix-cls}-inner { - color: #ccc; + color: #fff; } } -- libgit2 0.21.4