Skip to content

Commit

Permalink
tweak selection style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 3, 2017
1 parent 93f7fd1 commit f5d371f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@

.@{iconfont-css-prefix}-down {
color: #aaa;
transition: all .3s;
}

&-menu {
Expand All @@ -471,8 +472,10 @@
cursor: pointer;
padding: 0;
display: inline-block;
vertical-align: middle;
line-height: 1;
&:hover .@{iconfont-css-prefix}-down {
color: #666;
}
}
}

Expand Down

0 comments on commit f5d371f

Please sign in to comment.