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:
@ -13,6 +13,14 @@ sq_button:active {
|
||||
background: #747077;
|
||||
}
|
||||
|
||||
sq_button.subtle-highlight {
|
||||
background: #3f3e41;
|
||||
}
|
||||
|
||||
sq_button.subtle-highlight:active {
|
||||
background: #676669;
|
||||
}
|
||||
|
||||
sq_button.emoji-group {
|
||||
background: #3f3e41;
|
||||
border-bottom: 0.4999px;
|
||||
|
||||
Reference in New Issue
Block a user