Skip to content

Commit

Permalink
fix(tabs-extended): update tab link height and contained selector
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Nov 17, 2023
1 parent 5129460 commit 933ada0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

.#{$prefix}--tabs__nav-link {
display: flex;
height: rem(40px);
height: $spacing-08;
font-size: $spacing-05;
}

Expand Down Expand Up @@ -112,14 +112,15 @@
}
}

:host(#{$c4d-prefix}-tabs[type='contained']) {
:host(#{$c4d-prefix}-tabs-extended[type='contained']) {
@extend :host(#{$prefix}-tabs[type='contained']);
}

:host(#{$c4d-prefix}-tab[type='contained']) {
background-color: $layer-accent-01;

a.#{$prefix}--tabs__nav-link {
height: $spacing-09;
padding: 0 $spacing-05;
font-size: $spacing-05;
}
Expand Down

0 comments on commit 933ada0

Please sign in to comment.