From 9dfac6fe3f8d3f88fd729c5f5bc80801969d724d Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 4 May 2020 18:13:48 +0200 Subject: [PATCH] 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;