[gnome-themes-standard/wip/sass] fixed $borders_color var
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] fixed $borders_color var
- Date: Sat, 17 May 2014 17:13:07 +0000 (UTC)
commit 0eeaa535022755618790486c00cd947e3f2f29a2
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Sat May 17 19:12:57 2014 +0200
fixed $borders_color var
themes/Adwaita/gtk-3.0/_common.scss | 2 +-
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 0029534..823a130 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -158,7 +158,7 @@ GtkGrid:insensitive {
color: $theme_fg_color;
border-radius: 3px;
transition: all 200ms ease-out;
- border: 1px solid $borders-color;
+ border: 1px solid $borders_color;
background-image: linear-gradient(to bottom,
darken($theme_base_color,5%) 0%,
$theme_base_color 90%
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 509918c..c5dec0b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -1,5 +1,5 @@
/*
-Syntax error: Undefined variable: "$borders-color".
+Syntax error: Undefined variable: "$borders_color".
on line 161 of _common.scss
from line 23 of ./gtk-contained-dark.scss
@@ -83,4 +83,4 @@ org/jruby/RubyProc.java:249:in `call'
body:before {
white-space: pre;
font-family: monospace;
- content: "Syntax error: Undefined variable: \"$borders-color\".\A on line 161 of _common.scss\A
from line 23 of ./gtk-contained-dark.scss"; }
+ content: "Syntax error: Undefined variable: \"$borders_color\".\A on line 161 of _common.scss\A
from line 23 of ./gtk-contained-dark.scss"; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]