From 57187351989e4113ad72434b926d6fa3efce650a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Tue, 7 Sep 2021 10:52:57 +0800 Subject: [PATCH] Update switch.less --- src/styles/components/switch.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/components/switch.less b/src/styles/components/switch.less index 172b5564..513ac887 100644 --- a/src/styles/components/switch.less +++ b/src/styles/components/switch.less @@ -76,7 +76,7 @@ } &:focus:hover { - box-shadow: none; + //box-shadow: none; } &-small { @@ -169,7 +169,7 @@ border-color: @primary-color; background-color: @primary-color; opacity: .4; - + &:after { background: #fff; }