diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index 03a29f314..ff0ebcabe 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -987,6 +987,14 @@ StScrollBar { min-width: 21em; } .aggregate-menu .popup-menu-icon { padding: 0 4px; } + .aggregate-menu .popup-sub-menu .popup-menu-item :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 20px; + margin-left: 1.09em; } + .aggregate-menu .popup-sub-menu .popup-menu-item :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 20px; + margin-right: 1.09em; } .system-menu-action { color: #fff; diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index 32361ac69..57a2e5bfe 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit 32361ac692945e4c2c3ff80d20a4b03649699828 +Subproject commit 57a2e5bfe179d9db1e05c3edaffdcb3fee307be0 diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index f22a61ea6..61a78d379 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -987,6 +987,14 @@ StScrollBar { min-width: 21em; } .aggregate-menu .popup-menu-icon { padding: 0 4px; } + .aggregate-menu .popup-sub-menu .popup-menu-item :first-child:ltr { + /* 12px spacing + 2*4px padding */ + padding-left: 20px; + margin-left: 1.09em; } + .aggregate-menu .popup-sub-menu .popup-menu-item :first-child:rtl { + /* 12px spacing + 2*4px padding */ + padding-right: 20px; + margin-right: 1.09em; } .system-menu-action { color: #eeeeec;