[gtk/wip/jimmac/colorswatch-fix] Adwaita: colorswatch focus rings
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/jimmac/colorswatch-fix] Adwaita: colorswatch focus rings
- Date: Mon, 4 May 2020 16:17:19 +0000 (UTC)
commit 9dfac6fe3f8d3f88fd729c5f5bc80801969d724d
Author: Jakub Steiner <jimmac gmail com>
Date: Mon May 4 18:13:48 2020 +0200
Adwaita: colorswatch focus rings
- there used to be different outline color for light and dark buttons,
but it's complexity I can live without. blue focus rings fit all.
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2695
gtk/theme/Adwaita/_common.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index ac06013bcb..25b0cb9d44 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3902,7 +3902,7 @@ colorswatch {
}
&.dark {
- outline-color: transparentize(white, 0.4);
+
> overlay {
color: white;
@@ -3914,7 +3914,7 @@ colorswatch {
}
&.light {
- outline-color: transparentize(black, 0.4);
+
> overlay {
color: black;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]