Skip to content

Commit

Permalink
fix tabs border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 10, 2017
1 parent 6fdc6ff commit 948edb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tabs/style/card-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
margin: 0;
border: @border-width-base @border-style-base @border-color-base;
border-bottom: 0;
border-radius: 6px 6px 0 0;
border-radius: @border-radius-base @border-radius-base 0 0;
transition: all 0.3s @ease-in-out;
background: #f9f9f9;
margin-right: 2px;
Expand Down Expand Up @@ -73,7 +73,7 @@
line-height: 20px;
text-align: center;
cursor: pointer;
border-radius: 3px;
border-radius: @border-radius-base;
border: @border-width-base @border-style-base @border-color-base;
font-size: @font-size-base;
.iconfont-size-under-12px(10px);
Expand Down

0 comments on commit 948edb2

Please sign in to comment.