Skip to content

Commit

Permalink
fix: tabs Remove invalid last-child code (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Feb 7, 2020
1 parent 2e36e88 commit 71db412
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,6 @@ $block: #{$fd-namespace}-tabs;
@include tabs-semantic(var(--sapNeutralColor));
}

&:last-child {
margin-right: 0;

.#{$block}__link {
padding-right: 0;
}
}

&:first-child {
margin-left: 0;

Expand Down

0 comments on commit 71db412

Please sign in to comment.