This commit is contained in:
zinkey 2015-11-14 00:21:12 +08:00
parent 0d5e1d0957
commit 78a2272afc
2 changed files with 9 additions and 8 deletions

View File

@ -128,7 +128,8 @@
transition: transform .3s ease;
content: "\e603";
right: 16px;
transform: scale(0.75);
.ie-rotate(3);
transform: rotate(270deg) scale(0.75);
}
&-inline > .@{menu-prefix-cls}-submenu-title:after {
@ -148,8 +149,8 @@
&-open {
&.@{menu-prefix-cls}-submenu-inline > .@{menu-prefix-cls}-submenu-title:after {
content: "\e602";
transform: scale(0.75);
.ie-rotate(1);
transform: rotate(180deg) scale(0.75);
}
}
}
@ -158,7 +159,7 @@
.anticon {
width: 14px;
margin-right: 8px;
top: 1px;
top: -1px;
color: #999;
}
}
@ -261,7 +262,7 @@
.anticon {
width: 14px;
margin-right: 8px;
top: 1px;
top: -1px;
}
}
@ -385,4 +386,4 @@
border-right: 0px;
}
}
}
}

View File

@ -90,9 +90,9 @@
&.@{tree-prefix-cls}-bottom_close,
&.@{tree-prefix-cls}-noline_close {
.antTreeSwitcherIcon();
.ie-rotate(3);
&:after {
content:'\e60a';
transform: scale(0.5);
transform: rotate(270deg) scale(0.5);
}
}
}