Fix inline menu arrow direction

This commit is contained in:
afc163 2015-08-18 16:39:26 +08:00
parent 42de63ad08
commit 542883515a

View File

@ -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);
}
}
}