mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
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:
parent
d62e2faee6
commit
9dfac6fe3f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user