mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
iconfot
This commit is contained in:
parent
0d5e1d0957
commit
78a2272afc
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user