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