mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix collapse arrow position in IE9/10/11
This commit is contained in:
parent
d6dde83247
commit
af9dc73eef
@ -49,10 +49,6 @@
|
||||
transition: transform 0.24s;
|
||||
top: 0;
|
||||
left: 16px;
|
||||
/* stylelint-disable declaration-block-no-duplicate-properties */
|
||||
top: ~"16px \9";
|
||||
left: ~"0 \9";
|
||||
/* stylelint-enable declaration-block-no-duplicate-properties */
|
||||
&:before {
|
||||
content: "\E61F";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user