mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
Adapt Table sorter icon style to @font-size-base
https://gw.alipayobjects.com/zos/rmsportal/jKlytqFbAeMQGXaCYWdR.png => https://gw.alipayobjects.com/zos/rmsportal/InvEbivRsIcAQBuoEsJI.png
This commit is contained in:
parent
4d5d3c142e
commit
ddfe8ad48a
@ -229,7 +229,7 @@
|
||||
margin-left: 8px;
|
||||
display: inline-block;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
height: @font-size-base;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
@ -237,10 +237,10 @@
|
||||
|
||||
&-up,
|
||||
&-down {
|
||||
line-height: 6px;
|
||||
display: block;
|
||||
width: 14px;
|
||||
height: 6px;
|
||||
height: @font-size-base / 2 - 1px;
|
||||
line-height: @font-size-base / 2 - 1px;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
&:hover .@{iconfont-css-prefix} {
|
||||
|
Loading…
Reference in New Issue
Block a user