Merge branch 'wip/jimmac/colorswatch-fix' into 'master'

Adwaita: colorswatch focus rings

Closes #2695

See merge request GNOME/gtk!1827
This commit is contained in:
Jakub Steiner 2020-05-04 18:07:38 +00:00
commit 2d1b7d128e

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;