Skip to content

Commit

Permalink
Add exception due to wpadminbar styles
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fusco <[email protected]>
  • Loading branch information
josephfusco committed Aug 31, 2023
1 parent 85ec9bb commit d75f7de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/faustwp-core/src/components/Toolbar/ToolbarNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ export function ToolbarNode({
};

return (
/* eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions */
<li
role="menuitem"
aria-haspopup="true"
aria-expanded={hover}
id={wpAdminBar(id)}
className={className('menupop', { hover }, additionalClassNames)}
onMouseEnter={() => setHover(true)}
Expand Down

0 comments on commit d75f7de

Please sign in to comment.