Skip to content

Commit

Permalink
feat(tabs): active tab style order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaraju authored and Soumya Raju committed Sep 23, 2024
1 parent 9c59ea1 commit c3b2425
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/styles/scss/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@
@include focus-outline('outline');
}

&:active {
background-color: $background-active;
}

&:hover {
background-color: $background-hover;
}

&:active {
background-color: $background-active;
}
}

.#{$prefix}--tab--overflow-nav-button--hidden {
Expand All @@ -156,13 +156,13 @@
background-color: $layer-accent;
inline-size: $spacing-09;

&:active {
background-color: $layer-accent-active;
}

&:hover {
background-color: $layer-accent-hover;
}

&:active {
background-color: $layer-accent-active;
}
}

.#{$prefix}--tab--overflow-nav-button svg {
Expand Down

0 comments on commit c3b2425

Please sign in to comment.