From 45c90437f3226871110fb81c395ff8ae9e450584 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Mon, 11 Apr 2016 19:20:36 +0200
Subject: [PATCH] * Overshoot converted gtk3.20.

---
 gtk-3.20/scss/widgets/_overshoot.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gtk-3.20/scss/widgets/_overshoot.scss b/gtk-3.20/scss/widgets/_overshoot.scss
index bc3d1fd..a98a3fb 100644
--- a/gtk-3.20/scss/widgets/_overshoot.scss
+++ b/gtk-3.20/scss/widgets/_overshoot.scss
@@ -81,7 +81,7 @@
 
 // This is used by GtkScrolledWindow, when content is touch-dragged past boundaries.
 // This draws a box on top of the content, the size changes programmatically.
-.overshoot {
+overshoot {
     &.top {
         @include overshoot(top);
 
@@ -108,7 +108,7 @@
 }
 
 // Overflow indication, works similarly to the overshoot, the size if fixed tho.
-.undershoot {
+undershoot {
     &.top { @include undershoot(top); }
 
     &.bottom { @include undershoot(bottom); }