mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Tweak table sorter icon click area again
This commit is contained in:
parent
98d56b2dd0
commit
bf6e91be3a
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user