mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Overshoot converted gtk3.20. (#322)
This commit is contained in:
committed by
Dustin Falgout
parent
5ad9475d30
commit
81271692b4
@@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
// This is used by GtkScrolledWindow, when content is touch-dragged past boundaries.
|
// 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.
|
// This draws a box on top of the content, the size changes programmatically.
|
||||||
.overshoot {
|
overshoot {
|
||||||
&.top {
|
&.top {
|
||||||
@include overshoot(top);
|
@include overshoot(top);
|
||||||
|
|
||||||
@@ -108,7 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Overflow indication, works similarly to the overshoot, the size if fixed tho.
|
// Overflow indication, works similarly to the overshoot, the size if fixed tho.
|
||||||
.undershoot {
|
undershoot {
|
||||||
&.top { @include undershoot(top); }
|
&.top { @include undershoot(top); }
|
||||||
|
|
||||||
&.bottom { @include undershoot(bottom); }
|
&.bottom { @include undershoot(bottom); }
|
||||||
|
|||||||
Reference in New Issue
Block a user