Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Global Styles: Fix a11y issue in ItemGroup
  • Loading branch information
im3dabasia committed Mar 25, 2025
commit fb07efa1d0d098700b10c9c1578ecfe33e389a6e
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default function BorderPanel( {
</BaseControl.VisualLabel>
) : null }

<ItemGroup isBordered isSeparated>
<ItemGroup isBordered isSeparated role="none">
<ShadowPopover
shadow={ shadow }
onShadowChange={ setShadow }
Expand Down