Skip to content
Commit fb9db4e1 authored by Florian Müllner's avatar Florian Müllner
Browse files

system: Align submenu labels with parent

All section titles use an icon, while all corresponding submenu items
are plain-text. As a result, labels in submenus aren't aligned with
the labels in the parent, which makes them harder to read and look
unbalanced. Address this by adding additional whitespace to submenu
items to account for the additional elements in the title.

https://bugzilla.gnome.org/show_bug.cgi?id=706191
parent 54013182
  • I understand the use for this, but having .popup-menu-item :first-child instead of .popup-menu-item > :first-child is causing some difficulties for custom sub-menu items that have a deeper hierarchy that .popup-menu-item > StLabel.

    Is it possible this could be amended so it only affects the immediate :first-child?

    Edited by Andy Holmes
  • I don't see us adding deeper hierarchies any time soon, so sure, feel free to create a merge request.

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment