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
This commit is contained in:
Jakub Steiner 2020-05-04 18:13:48 +02:00
parent d62e2faee6
commit 9dfac6fe3f

View File

@ -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;