Skip to content

Commit

Permalink
fix(icon-tabs): fix tooltip styles icon only tab (#12658)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
aledavila and kodiakhq[bot] authored Nov 17, 2022
1 parent 66561ff commit daf85f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ $icon-tab-size: custom-property.get-var('icon-tab-size', rem(40px));
//-----------------------------
// Icon Item
//-----------------------------
&.#{$prefix}--tabs__icon--default .#{$prefix}--tab--list,
&.#{$prefix}--tabs__icon--lg .#{$prefix}--tab--list {
overflow-x: visible;
}

.#{$prefix}--tabs__nav-item--icon,
&.#{$prefix}--tabs--contained .#{$prefix}--tabs__nav-item--icon {
Expand Down

0 comments on commit daf85f7

Please sign in to comment.