Skip to content

Commit af9dc73

Browse files
committed
Fix collapse arrow position in IE9/10/11
1 parent d6dde83 commit af9dc73

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/collapse/style/index.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
transition: transform 0.24s;
5050
top: 0;
5151
left: 16px;
52-
/* stylelint-disable declaration-block-no-duplicate-properties */
53-
top: ~"16px \9";
54-
left: ~"0 \9";
55-
/* stylelint-enable declaration-block-no-duplicate-properties */
5652
&:before {
5753
content: "\E61F";
5854
}

0 commit comments

Comments
 (0)