Merge branch 'Menus_based_on_wip/jimmac/adwaita-3-32' into 'wip/jimmac/adwaita-3-32'

Reduce vertical menu padding from 8px to 4px

See merge request GNOME/gtk!520
This commit is contained in:
Jakub Steiner 2019-01-21 19:41:39 +00:00
commit 1f9ee936e8
3 changed files with 3 additions and 3 deletions

View File

@ -2127,7 +2127,7 @@ menu,
.menu,
.context-menu {
margin: 4px; // see https://bugzilla.gnome.org/show_bug.cgi?id=591258
padding: 8px 0px;
padding: 4px 0px;
background-color: $menu_color;
border: 1px solid $borders_color; // adds borders in a non composited env
border-radius: $menu_radius;

View File

@ -809,7 +809,7 @@ menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #969696; box-
.background.popup { background-color: transparent; }
menu, .menu, .context-menu { margin: 4px; padding: 8px 0px; background-color: #303032; border: 1px solid #252526; border-radius: 5px; }
menu, .menu, .context-menu { margin: 4px; padding: 4px 0px; background-color: #303032; border: 1px solid #252526; border-radius: 5px; }
.csd menu, .csd .menu, .csd .context-menu { border: none; }

View File

@ -817,7 +817,7 @@ menubar > menuitem:disabled, .menubar > menuitem:disabled { color: #929595; box-
.background.popup { background-color: transparent; }
menu, .menu, .context-menu { margin: 4px; padding: 8px 0px; background-color: #ffffff; border: 1px solid #cdc7c2; border-radius: 5px; }
menu, .menu, .context-menu { margin: 4px; padding: 4px 0px; background-color: #ffffff; border: 1px solid #cdc7c2; border-radius: 5px; }
.csd menu, .csd .menu, .csd .context-menu { border: none; }