From ebcf17debd0bcd781ef2d2d4202f8157d42046d9 Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Tue, 9 May 2017 13:38:03 +0200 Subject: [PATCH] Adwaita: add a comment Add a comment pointing to the related bug for dropdown menu margin. --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index d971ac7220..904a02ffd9 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1898,7 +1898,7 @@ menubar, menu, .menu, .context-menu { - margin: 4px; + 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