Tweak table sorter icon click area again

This commit is contained in:
afc163 2018-04-03 11:33:37 +08:00
parent 98d56b2dd0
commit bf6e91be3a

View File

@ -271,6 +271,15 @@
line-height: 4px; line-height: 4px;
height: 4px; height: 4px;
transition: all .3s; transition: all .3s;
position: relative;
}
&-down {
margin-top: 1.5px;
}
.@{iconfont-css-prefix}-caret-down {
top: -1.5px;
} }
} }