We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc43c65 + 27ad641 commit 6c42a37Copy full SHA for 6c42a37
1 file changed
packages/lib/src/base-menu/ItemAction.tsx
@@ -114,7 +114,7 @@ const ItemAction = memo(
114
<Icon>{collapseIcon}</Icon>
115
</Control>
116
)}
117
- {(icon || hasPopOver) && (
+ {(((icon || hasPopOver) && !isHorizontal) || (isHorizontal && icon)) && (
118
<TooltipWrapper condition={hasPopOver} label={label}>
119
<Icon>
120
{typeof icon === "string" ? <DxcIcon icon={icon} /> : icon ? icon : <DxcIcon icon="topic" />}
0 commit comments