From 6664ee909c903c0ee17b8c1b3ec3431379117e2f Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Tue, 12 Apr 2016 10:50:09 +0200 Subject: [PATCH] * Flowbox code fixed. Base code: https://github.com/GNOME/gtk/blob/gtk-3-20/gtk/theme/Adwaita/_common.scss#L160 (#327) --- gtk-3.20/scss/widgets/_grid.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/widgets/_grid.scss b/gtk-3.20/scss/widgets/_grid.scss index 12f03ed..85412f8 100644 --- a/gtk-3.20/scss/widgets/_grid.scss +++ b/gtk-3.20/scss/widgets/_grid.scss @@ -32,8 +32,10 @@ } } - .grid-child { - &, flowbox & { + flowbox { + rubberband { @extend rubberband; } + + flowboxchild { padding: $spacing; border-radius: $roundness;