[gnome-themes-standard/wip/sass] indentation fix
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] indentation fix
- Date: Tue, 27 May 2014 10:15:36 +0000 (UTC)
commit 21dae799c809e8c0a5839abaec641d2f4e4e8344
Author: Jakub Steiner <jimmac gmail com>
Date: Tue May 27 11:50:22 2014 +0200
indentation fix
themes/Adwaita/gtk-3.0/_common.scss | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 32f2f74..a82ae38 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -177,8 +177,8 @@ GtkGrid:insensitive {
&:focus {
border-color: $selected_bg_color;
box-shadow: inset 0 2px 2px -2px transparentize(black,0.6),
- // focus indicator
- inset 0 0 2px 1px transparentize($selected_bg_color, 0.5), 0 1px
$borders_edge; /* not working */
+ inset 0 0 2px 1px transparentize($selected_bg_color, 0.5), // focus indicator
+ 0 1px $borders_edge; /* not working */
}
&:selected, &:backdrop:selected {
color: $selected_fg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]