Skip to content

Commit

Permalink
fix(tabs): remove no longer needed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jun 18, 2024
1 parent 0d3034b commit 5944e2e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/styles/scss/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@
}
}

&.#{$prefix}--tabs--vertical__small {
grid-column: 1/-1;
}

.#{$prefix}--tabs__nav {
@include component-reset.reset;

Expand Down Expand Up @@ -716,10 +712,6 @@
}
}

.#{$prefix}--tabs--vertical__small ~ .#{$prefix}--tab-content {
grid-column: 1/-1;
}

.#{$prefix}--tab-content--interactive {
&:focus {
outline: none;
Expand Down

0 comments on commit 5944e2e

Please sign in to comment.