data/style.css: Highlight "wide"-outline
The "wide"-outline was not highlighted on the default and high contrast styles, while it was highlighted on the "Adwaita:dark"-style. "Adwaita:dark" is the default on Phosh, so adjust to that, for consistent button-highlighting. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/634>
This commit is contained in:
@ -15,12 +15,14 @@ sq_button:active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sq_button.altline,
|
sq_button.altline,
|
||||||
sq_button.special {
|
sq_button.special,
|
||||||
|
sq_button.wide {
|
||||||
background: alpha(@theme_fg_color, 0.15);
|
background: alpha(@theme_fg_color, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
sq_button.altline:active,
|
sq_button.altline:active,
|
||||||
sq_button.special:active {
|
sq_button.special:active,
|
||||||
|
sq_button.wide:active {
|
||||||
background: alpha(@theme_fg_color, 0.2);
|
background: alpha(@theme_fg_color, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user