You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike modals, the backdrop used on the dropdown menus are not for focus, since the dropdown button is already next to the opened menu. On mobile, users are more likely to misclick an unintended element, that's why a backdrop is added to prevent doing that. On desktop, it is less likely to happen. Not having a backdrop allows the user to interact with the background element without an extra click.
The Problem
The blur effect does a great job focussing the popup menus on mobile. The dekstop version could also profit from this, especially on bigger screens.
The Solution
Remove the @media query on line 88 in resources/skins.citizen.styles/components/Menu.less
Live demo: arbeit.wiki
The text was updated successfully, but these errors were encountered: