mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
ie8 fix
This commit is contained in:
parent
8c91030b01
commit
98407fef15
@ -58,9 +58,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ie-rotate(1);
|
||||
&:before {
|
||||
content: '\e611';
|
||||
.ie-rotate(1);
|
||||
.rotate(90deg);
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
@ -397,9 +397,11 @@
|
||||
}
|
||||
|
||||
&-open {
|
||||
.@{selectPrefixCls}-arrow:before {
|
||||
.@{selectPrefixCls}-arrow {
|
||||
.ie-rotate(3);
|
||||
.rotate(270deg);
|
||||
&:before {
|
||||
.rotate(270deg);
|
||||
}
|
||||
}
|
||||
.@{selectPrefixCls}-selection {
|
||||
.active();
|
||||
|
Loading…
Reference in New Issue
Block a user