Skip to content

Commit

Permalink
Merge pull request #2013 from Kajabi/style/tabs-filter-underline-fix
Browse files Browse the repository at this point in the history
style: removes underline on tabs filter variant
  • Loading branch information
anechol authored Oct 23, 2024
2 parents eae2e30 + cb3f446 commit e75af04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sage-assets/lib/stylesheets/components/_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ $-tab-color-disabled: map-get($sage-tab-colors, disabled);
background-color: sage-color(grey, 200);
border-radius: sage-border(radius-x-large);
@extend %t-sage-body-small-semi;

&::after {
display: none;
}
}

@extend %t-sage-body-semi;
Expand Down

0 comments on commit e75af04

Please sign in to comment.