Skip to content

Commit

Permalink
style: removes underline on tabs filter variant
Browse files Browse the repository at this point in the history
  • Loading branch information
anechol authored and kajabi-bot committed Oct 28, 2024
1 parent eae2e30 commit 703bfab
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 703bfab

Please sign in to comment.