Skip to content

Commit

Permalink
fix(core/menu-item): suppress icon tooltip (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Nov 21, 2023
1 parent 65185ab commit fc874a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/menu-item/menu-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $menuItemPadding: 0.875rem;
.tab-icon {
color: var(--theme-nav-item-primary-icon--color);
position: relative;
pointer-events: none;
}

.tab:focus-visible {
Expand Down

0 comments on commit fc874a4

Please sign in to comment.