remove active style from disabled Switch

This commit is contained in:
atomoo 2019-04-23 16:06:43 +08:00
parent da9cef91b8
commit b5291f01a0

View File

@ -47,8 +47,8 @@
box-shadow: 0 2px 4px 0 @switch-shadow-color;
}
&:active::before,
&:active::after {
&:not(&-disabled):active::before,
&:not(&-disabled):active::after {
width: 24px;
}