Skip to content

Fix: better consistency of admin dropdown menu

sblondon requested to merge (removed):master into master

The dropdown was not always displayed due to lack of 'menuitem' parameter on some calls.

The active and dropdown' classes from fomanticUI clash so the dropdown is not displayed when both are added to the div tag. As workaround, active' class is replaced by a custom dropdown-active class.

Merge request reports