mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
Fix inline menu arrow direction
This commit is contained in:
parent
42de63ad08
commit
542883515a
@ -119,7 +119,7 @@
|
||||
text-rendering: auto;
|
||||
position: absolute;
|
||||
transition: transform .3s ease;
|
||||
content: "\e611";
|
||||
content: "\e600";
|
||||
right: 16px;
|
||||
top: 0;
|
||||
.iconfont-size-under-12px(8px);
|
||||
@ -131,7 +131,7 @@
|
||||
}
|
||||
&.@{menuPrefixCls}-submenu-inline > .@{menuPrefixCls}-submenu-title:after {
|
||||
.ie-rotate(1);
|
||||
transform: rotate(90deg) scale(0.75);
|
||||
transform: rotate(180deg) scale(0.75);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user