[gnome-shell-sass] Move .hfade/.vfade styles to the correct element



commit 208d70f875a8b7d008c8526b8c44afa24f8e0676
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 5 17:05:42 2015 +0100

    Move .hfade/.vfade styles to the correct element

 _common.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index bdb2750..ef8ceb8 100644
--- a/_common.scss
+++ b/_common.scss
@@ -74,10 +74,13 @@ StEntry {
 
 /* Scrollbars */
 
-StScrollBar {
-  padding: 0;
+StScrollView {
   &.vfade { -st-vfade-offset: 68px; }
   &.hfade { -st-hfade-offset: 68px; }
+}
+
+StScrollBar {
+  padding: 0;
 
   StScrollView & {
     min-width: 14px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]