Skip to content

quickSettings: Split menu toggle

Florian Müllner requested to merge fmuellner/gnome-shell:split-menu-toggle into main

Menu toggles are currently regular toggles with an additional arrow button. This allows for a simpler implementation, but has downsides with regards to keyboard navigation and hover feedback.

To make it more obvious that the two parts of the menu toggle perform different actions, change the overall structure of the toggle to contain a regular toggle and the menu button.

That way each element uses its own hover effect, and shows up in the keynav focus chain.

Fixes #5964 (closed) Fixes #5963 (closed)

Merge request reports