From 3a8f98113af0c61a6628208187eb538b3f1099a8 Mon Sep 17 00:00:00 2001
From: Dustin Falgout <dustin@falgout.us>
Date: Tue, 12 Apr 2016 09:34:32 -0500
Subject: [PATCH] remove dotted line from under/overshoot

---
 gtk-3.20/scss/widgets/_overshoot.scss | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gtk-3.20/scss/widgets/_overshoot.scss b/gtk-3.20/scss/widgets/_overshoot.scss
index a98a3fb..5f2e6fa 100644
--- a/gtk-3.20/scss/widgets/_overshoot.scss
+++ b/gtk-3.20/scss/widgets/_overshoot.scss
@@ -35,10 +35,10 @@
                                   to(alpha($_big_gradient_color, 0)));
 
     @if $type == normal {
-        background-image: $_small_gradient, $_big_gradient;
+        background-image: none;
         background-size: $_small_gradient_size, $_big_gradient_size;
     } @else if $type == backdrop {
-        background-image: $_small_gradient;
+        background-image: none;
         background-size: $_small_gradient_size;
     }
 
@@ -68,9 +68,7 @@
         $_bg_pos: $position center;
     }
 
-    background-image: linear-gradient(to $_gradient_dir, // this is the dashed line
-                                         $_undershoot_color_light 50%,
-                                         $_undershoot_color_dark 50%);
+    background-image: none;
 
     padding-#{$position}: 1px;
     background-size: $_dash_bg_size;