[Gtk-3.20] Optimized popover padding.

This commit is contained in:
Csaba Jakosa
2016-10-16 22:00:26 +05:30
committed by Khurshid Alam
parent e3fa52aaf2
commit 16840bb424
+1 -2
View File
@@ -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;