mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
Merge branch 'wip/jimmac/hc-switch-border' into 'master'
HC: switch border color Closes #3460 See merge request GNOME/gtk!3048
This commit is contained in:
commit
1ea1a70fd2
@ -22,3 +22,5 @@ $focus_border_color: if($variant == 'light', transparentize($selected_bg_color,
|
|||||||
$alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));
|
$alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));
|
||||||
|
|
||||||
$dim_label_opacity: 0.9;
|
$dim_label_opacity: 0.9;
|
||||||
|
|
||||||
|
$switch_borders_color: if($variant == 'light',darken($switch_bg_color,15%),lighten($switch_bg_color,15%));
|
||||||
|
Loading…
Reference in New Issue
Block a user