mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix vertical tabs arrow style
This commit is contained in:
parent
02670cb174
commit
255eac9079
@ -47,8 +47,6 @@
|
|||||||
&-tab-next {
|
&-tab-next {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
margin-right: -2px;
|
|
||||||
margin-top: 2px;
|
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
@ -72,15 +70,15 @@
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-top: -50%;
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-family: sans-serif;
|
|
||||||
.iconfont-size-under-12px(10px);
|
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "anticon" !important;
|
font-family: "anticon" !important;
|
||||||
|
.iconfont-size-under-12px(10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user