[gnome-shell-sass] system: Align submenu labels with parent - adjust for deeper hierarchies
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] system: Align submenu labels with parent - adjust for deeper hierarchies
- Date: Wed, 23 May 2018 17:10:24 +0000 (UTC)
commit d26100728d90513ed87398e190e261c246d2cb77
Author: Andy Holmes <andrew g r holmes gmail com>
Date: Mon Apr 2 14:54:43 2018 -0700
system: Align submenu labels with parent - adjust for deeper hierarchies
Adjust the previous commit which applied the alignment to :first-child
descendants, instead of only immediate children. This fixes alignment
issues for a number of Shell extensions by making it easier to override
with a .popup-menu-item style-subclass.
_common.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/_common.scss b/_common.scss
index f83b0d8..2f05098 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1111,7 +1111,7 @@ StScrollBar {
.aggregate-menu {
min-width: 21em;
.popup-menu-icon { padding: 0 4px; }
- .popup-sub-menu .popup-menu-item :first-child {
+ .popup-sub-menu .popup-menu-item > :first-child {
&:ltr { /* 12px spacing + 2*4px padding */
padding-left: 20px; margin-left: 1.09em; }
&:rtl { /* 12px spacing + 2*4px padding */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]