Skip to content

Commit

Permalink
Fix vertical tabs arrow style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 17, 2017
1 parent 02670cb commit 255eac9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/tabs/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
&-tab-next {
user-select: none;
z-index: 2;
margin-right: -2px;
margin-top: 2px;
width: 32px;
height: 100%;
line-height: 32px;
Expand All @@ -72,15 +70,15 @@
vertical-align: baseline;
position: absolute;
top: 50%;
margin-top: -50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
text-transform: none;
font-family: sans-serif;
.iconfont-size-under-12px(10px);

&:before {
display: block;
font-family: "anticon" !important;
.iconfont-size-under-12px(10px);
}
}
}
Expand Down

0 comments on commit 255eac9

Please sign in to comment.