Skip to content

fix: consistent styling between context menu and submenu

Dennis Collaris requested to merge fix/context-menu-styling into main

The context menu incorrectly had <li> elements in a <div>, but they should always appear in a <ul>. This basically using DropdownItemContainer instead of PopoverContent. However, this also copies the styling from DropdownItemContainer onto DropdownSubmenuContainer to be consistent.

Edited by Dennis Collaris

Merge request reports

Loading