* Overshoot converted gtk3.20. (#322)

pull/329/head
Csaba Jakosa 2016-04-12 16:20:24 +02:00 committed by Dustin Falgout
parent 5ad9475d30
commit 81271692b4
1 changed files with 2 additions and 2 deletions

View File

@ -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); }