mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
remove active style from disabled Switch
This commit is contained in:
parent
da9cef91b8
commit
b5291f01a0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user