Add a button-style for subtle highlighting

and use it to subtly highlight commonly used symbols in the
accent-views of the German layouts.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/637>
This commit is contained in:
MoonlightWave-12
2024-04-02 18:24:05 +02:00
parent e0092bd860
commit 5ac85d21b9
6 changed files with 122 additions and 38 deletions

View File

@ -14,6 +14,14 @@ sq_button:active {
background: alpha(@theme_fg_color, 0.11);
}
sq_button.subtle-highlight {
background: alpha(@theme_fg_color, 0.105);
}
sq_button.subtle-highlight:active {
background: alpha(@theme_fg_color, 0.16);
}
sq_button.emoji-group {
background: alpha(@theme_fg_color, 0.105);
border-bottom: 0.4999px;