remove dotted line from under/overshoot

pull/329/head
Dustin Falgout 2016-04-12 09:34:32 -05:00
parent 3312777416
commit 3a8f98113a
1 changed files with 3 additions and 5 deletions

View File

@ -35,10 +35,10 @@
to(alpha($_big_gradient_color, 0))); to(alpha($_big_gradient_color, 0)));
@if $type == normal { @if $type == normal {
background-image: $_small_gradient, $_big_gradient; background-image: none;
background-size: $_small_gradient_size, $_big_gradient_size; background-size: $_small_gradient_size, $_big_gradient_size;
} @else if $type == backdrop { } @else if $type == backdrop {
background-image: $_small_gradient; background-image: none;
background-size: $_small_gradient_size; background-size: $_small_gradient_size;
} }
@ -68,9 +68,7 @@
$_bg_pos: $position center; $_bg_pos: $position center;
} }
background-image: linear-gradient(to $_gradient_dir, // this is the dashed line background-image: none;
$_undershoot_color_light 50%,
$_undershoot_color_dark 50%);
padding-#{$position}: 1px; padding-#{$position}: 1px;
background-size: $_dash_bg_size; background-size: $_dash_bg_size;