From 208319338c633eb8f24dd20c68d6710bc2b09697 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Tue, 12 Apr 2016 10:40:01 +0200
Subject: [PATCH] * Flowbox code fixed. Base code:
 https://github.com/GNOME/gtk/blob/gtk-3-20/gtk/theme/Adwaita/_common.scss#L160

---
 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;