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:
parent
6e7344b837
commit
9201701c95
@ -150,7 +150,7 @@
|
||||
color: $tc;
|
||||
text-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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user