[gnome-themes-standard/wip/sass] make focus-ring visible again.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/sass] make focus-ring visible again.
- Date: Tue, 27 May 2014 12:19:16 +0000 (UTC)
commit ae3106eaa8874a41db4be428f074731100a92f6e
Author: Jakub Steiner <jimmac gmail com>
Date: Tue May 27 14:18:52 2014 +0200
make focus-ring visible again.
themes/Adwaita/gtk-3.0/_common.scss | 6 ++++--
themes/Adwaita/gtk-3.0/gtk-contained-dark.css | 6 ++++--
themes/Adwaita/gtk-3.0/gtk-contained.css | 6 ++++--
3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index d065d17..dd3c7d7 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -38,9 +38,11 @@
// to the adwaita engine: using real CSS properties is faster,
// and we don't use any outlines for now.
- outline-color: transparentize($fg_color, 0.3);
+ outline-color: transparentize($fg_color, 0.7);
outline-style: dashed;
- outline-offset: 2px;
+ outline-offset: -3px;
+ outline-width: 1px;
+ outline-radius: 2px;
}
/***************
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index 762018b..0dff953 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -21,9 +21,11 @@
-GtkWidget-focus-line-width: 1;
-GtkWindow-resize-grip-width: 0;
-GtkWindow-resize-grip-height: 0;
- outline-color: rgba(238, 238, 236, 0.7);
+ outline-color: rgba(238, 238, 236, 0.3);
outline-style: dashed;
- outline-offset: 2px; }
+ outline-offset: -3px;
+ outline-width: 1px;
+ outline-radius: 2px; }
/***************
* Base States *
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 236674a..bf7b37f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -21,9 +21,11 @@
-GtkWidget-focus-line-width: 1;
-GtkWindow-resize-grip-width: 0;
-GtkWindow-resize-grip-height: 0;
- outline-color: rgba(46, 52, 54, 0.7);
+ outline-color: rgba(46, 52, 54, 0.3);
outline-style: dashed;
- outline-offset: 2px; }
+ outline-offset: -3px;
+ outline-width: 1px;
+ outline-radius: 2px; }
/***************
* Base States *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]