From 9f402d15bca284d367198998cf83823a5d7271d5 Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Tue, 9 May 2017 13:31:31 +0200 Subject: [PATCH] Adwaita: add a comment Add a comment pointing to the related bug for the 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 17ba5cb5fe..d5b90e3453 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1917,7 +1917,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