Skip to content

Commit

Permalink
Fix tree select arrow rotate bug, close ant-design#5693
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Apr 10, 2017
1 parent 318258d commit 5ed4919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/tree-select/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
&.@{select-tree-prefix-cls}-bottom_close,
&.@{select-tree-prefix-cls}-noline_close {
.antTreeSwitcherIcon();
.ie-rotate(3);
&:after {
transform: rotate(270deg) scale(0.59);
}
}
}
}
Expand Down

0 comments on commit 5ed4919

Please sign in to comment.