Skip to content

Commit

Permalink
fix tabs style in card mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rinick committed Mar 9, 2019
1 parent cf138cb commit a0bfe4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tabs/style/card-style.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
visibility: hidden;
}
&&-card &-card-bar &-tab {
height: @tabs-card-height - 1px;
margin: 0;
margin-right: 2px;
padding: 0 16px;
Expand All @@ -23,6 +24,7 @@
transition: all 0.3s @ease-in-out;
}
&&-card &-card-bar &-tab-active {
height: @tabs-card-height;
padding-bottom: 1px;
color: @tabs-card-active-color;
background: @component-background;
Expand Down

0 comments on commit a0bfe4c

Please sign in to comment.