From 43d3eb1beaa0ea70c19ff307bc7562565a802a58 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 2 Nov 2018 10:09:47 +0800 Subject: [PATCH] Update switch.less --- src/styles/components/switch.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/switch.less b/src/styles/components/switch.less index bf06d1da..ec088791 100644 --- a/src/styles/components/switch.less +++ b/src/styles/components/switch.less @@ -166,7 +166,7 @@ } } - &-disabled.&-checked{ + &-disabled&-checked{ border-color: @primary-color; background-color: @primary-color; opacity: .4;