Skip to content

Commit

Permalink
OCPBUGS-3776: Update the tooltip to trigger only on mouseenter to rem…
Browse files Browse the repository at this point in the history
…ove focus trigger
  • Loading branch information
jcaianirh committed Nov 22, 2022
1 parent 1d4526f commit 050cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/components/filter-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export const FilterToolbar: React.FC<FilterToolbarProps> = ({
{columnLayout?.id && !hideColumnManagement && (
<ToolbarGroup>
<ToolbarItem>
<Tooltip content={t('public~Manage columns')}>
<Tooltip content={t('public~Manage columns')} trigger="mouseenter">
<Button
variant="plain"
onClick={() =>
Expand Down

0 comments on commit 050cd09

Please sign in to comment.