Tweak sort position again

This commit is contained in:
afc163 2018-04-26 16:15:04 +08:00
parent 4b1857d587
commit d9053a2526

View File

@ -272,14 +272,15 @@
height: 4px; height: 4px;
transition: all .3s; transition: all .3s;
position: relative; position: relative;
display: block;
} }
&-down { &-down {
margin-top: 1.5px; margin-top: 1.5px;
} }
.@{iconfont-css-prefix}-caret-down { .@{iconfont-css-prefix}-caret-up {
top: -1.5px; margin-top: 0.5px;
} }
} }