theme: Make the focus state of buttons a bit more visible

This changed with the theme refactor was probably not intended, so make
the border on key-focused buttons a bit less transparent to make it
easier to see.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1022
This commit is contained in:
Jonas Dreßler 2020-02-19 09:49:36 +01:00 committed by Jakub Steiner
parent 6e7344b837
commit 9201701c95

View File

@ -150,7 +150,7 @@
color: $tc; color: $tc;
text-shadow: 0 1px $text_shadow_color; text-shadow: 0 1px $text_shadow_color;
icon-shadow: 0 1px $text_shadow_color; icon-shadow: 0 1px $text_shadow_color;
box-shadow: inset 0 0 0 2px transparentize($selected_bg_color, 0.7); box-shadow: inset 0 0 0 2px transparentize($selected_bg_color, 0.4);
//border-color: $selected_bg_color; //border-color: $selected_bg_color;
} }