[gnome-themes-standard/wip/sass] minor indetation fixes



commit ed750ddd3bb9b11362303525c8822e876900b5f2
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed May 28 15:46:07 2014 +0200

    minor indetation fixes

 themes/Adwaita/gtk-3.0/_common.scss |   10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index b7953f5..acbf676 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -750,6 +750,7 @@ GtkSwitch {
     }
 }
 
+
 /************
  * GtkScale *
  ************/
@@ -767,7 +768,6 @@ GtkSwitch {
     &:backdrop:insensitive { @include button(backdrop-insensitive); }
     &:active { border: 1px solid $selected_bg_color; }
     &.fine-tune:active {
-      // Lapo, look away, this is nastiness
       border: 4px solid transparent; //margin
       box-shadow: inset 0 0 0 1px $selected_bg_color; //border
     }
@@ -859,12 +859,8 @@ GtkScrolledWindow {
   background-image: none;
   box-shadow: inset 0 1px transparentize(white,1),
               0 1px transparentize($borders_edge,1);
-  &:hover {
-    @include button(normal);
-  }
-  &:active {
-    @include button(active);
-  }
+  &:hover { @include button(normal); }
+  &:active { @include button(active); }
   &:backdrop {
     @include button(backdrop);
     border-color: transparent;


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