From 6c057fbf55a0675c59e3ee70788a128facacdbe5 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Sun, 16 Oct 2016 18:19:22 +0200 Subject: [PATCH] * Optimsed popover padding. Old PR: https://github.com/numixproject/numix-gtk-theme/pull/483 --- src/gtk-3.20/scss/widgets/_menu.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gtk-3.20/scss/widgets/_menu.scss b/src/gtk-3.20/scss/widgets/_menu.scss index 1a8c43b..84ea51a 100644 --- a/src/gtk-3.20/scss/widgets/_menu.scss +++ b/src/gtk-3.20/scss/widgets/_menu.scss @@ -216,8 +216,7 @@ @include exports("popover") { popover.background { - margin: 10px; - padding: $spacing; + padding: $spacing - 3px; border-radius: $roundness; background-clip: border-box; background-color: $menu_bg_color;