Adwaita: add comments

This commit is contained in:
Lapo Calamandrei 2015-01-29 11:34:01 +01:00
parent c6eb926e4a
commit 4188069db9

View File

@ -3263,6 +3263,7 @@ GtkVolumeButton.button { padding: 8px; }
}
// 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 {
&.top {
@include overshoot(top);
@ -3282,7 +3283,8 @@ GtkVolumeButton.button { padding: 8px; }
}
}
.undershoot { //FIXME: the dark variant needs love
// Overflow indication, works similarly to the overshoot, the size if fixed tho.
.undershoot {
&.top {
@include undershoot(top);
}