forked from AuroraMiddleware/gtk
Merge branch 'wip/jimmac/HC-focus' into 'master'
HC: more contrasty focus rings See merge request GNOME/gtk!1845
This commit is contained in:
commit
5815604853
@ -14,3 +14,7 @@ $alt_borders_color: if($variant == 'light', darken($alt_borders_color, 33%), lig
|
||||
$insensitive_fg_color: mix($fg_color, $bg_color, 50%);
|
||||
$insensitive_bg_color: mix($bg_color, $base_color, 60%);
|
||||
$insensitive_borders_color: mix($borders_color, $bg_color, 80%);
|
||||
|
||||
//focus rings
|
||||
$focus_border_color: if($variant == 'light', transparentize($selected_bg_color, 0.2), transparentize(white, 0.4));
|
||||
$alt_focus_border_color: if($variant == 'light', white, transparentize(white,0.4));
|
||||
|
Loading…
Reference in New Issue
Block a user