forked from AuroraMiddleware/gtk
adwaita: Remove menu margins
menu margins have been added has a hack to mitigate bug: https://bugzilla.gnome.org/show_bug.cgi?id=591258 with gtk+4 this doesn't work anymore on gtk+4, the margin should probably be moved to the parent window node, but it's not selectable, commenting out for now.
This commit is contained in:
parent
f3200b3336
commit
30a7264865
@ -1922,7 +1922,7 @@ menubar,
|
||||
menu,
|
||||
.menu,
|
||||
.context-menu {
|
||||
margin: 4px; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
|
||||
// this is not a good solution, commenting out for now margin: 4px; // See https://bugzilla.gnome.org/show_bug.cgi?id=591258
|
||||
padding: 2px 0px;
|
||||
background-color: $menu_color;
|
||||
border: 1px solid $borders_color; // adds borders in a non composited env
|
||||
|
@ -773,7 +773,7 @@ menubar > menuitem:hover, .menubar > menuitem:hover { box-shadow: inset 0 -3px #
|
||||
|
||||
menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #919494; box-shadow: none; }
|
||||
|
||||
menu, .menu, .context-menu { margin: 4px; padding: 2px 0px; background-color: #262b2d; border: 1px solid #1b1f20; }
|
||||
menu, .menu, .context-menu { padding: 2px 0px; background-color: #262b2d; border: 1px solid #1b1f20; }
|
||||
|
||||
.csd menu, .csd .menu, .csd .context-menu { border: none; }
|
||||
|
||||
|
@ -781,7 +781,7 @@ menubar > menuitem:hover, .menubar > menuitem:hover { box-shadow: inset 0 -3px #
|
||||
|
||||
menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #8b8e8f; box-shadow: none; }
|
||||
|
||||
menu, .menu, .context-menu { margin: 4px; padding: 2px 0px; background-color: #ffffff; border: 1px solid #b6b6b3; }
|
||||
menu, .menu, .context-menu { padding: 2px 0px; background-color: #ffffff; border: 1px solid #b6b6b3; }
|
||||
|
||||
.csd menu, .csd .menu, .csd .context-menu { border: none; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user