Update switch.less

This commit is contained in:
梁灏 2021-09-07 10:52:57 +08:00
parent 4c9f841787
commit 5718735198

View file

@ -76,7 +76,7 @@
} }
&:focus:hover { &:focus:hover {
box-shadow: none; //box-shadow: none;
} }
&-small { &-small {
@ -169,7 +169,7 @@
border-color: @primary-color; border-color: @primary-color;
background-color: @primary-color; background-color: @primary-color;
opacity: .4; opacity: .4;
&:after { &:after {
background: #fff; background: #fff;
} }