[gnome-themes-standard] minor indetation fixes
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] minor indetation fixes
- Date: Mon, 9 Jun 2014 13:16:21 +0000 (UTC)
commit e20be8aafd271a0db57ecd429066aeb3a5fd0c62
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]