Skip to content

Commit

Permalink
tweak tree styles
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 28, 2017
1 parent 0fd88ac commit d6af3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/tree/demo/customized-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ ReactDOM.render(<Demo />, mountNode);
color: #999;
transition: transform .3s ease;
margin-top: 2px;
background: #fff;
}
#components-tree-demo-customized-icon .ant-tree-iconEle.ant-tree-icon__docu::after {
content: "\E664";
Expand Down
1 change: 1 addition & 0 deletions components/tree/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.iconfont-size-under-12px(12px);
display: inline-block;
.iconfont-font(@@type);
vertical-align: baseline;
font-weight: normal;
color: @tree-showline-icon-color;
transition: transform .3s ease;
Expand Down

0 comments on commit d6af3a7

Please sign in to comment.