Adwaita:dark: Add visual feedback when pressing highlighted buttons
Before this change, buttons with the outlines "altline", "wide" and "special" were not showing visual feedback when those were pressed. After this change, the visual feedback is similar to the default style. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/634>
This commit is contained in:
@ -19,6 +19,12 @@ sq_button.wide {
|
||||
background: #2b292f;
|
||||
}
|
||||
|
||||
sq_button.altline:active,
|
||||
sq_button.special:active,
|
||||
sq_button.wide:active {
|
||||
background: #37353c;
|
||||
}
|
||||
|
||||
sq_button.latched {
|
||||
background: #ffffff;
|
||||
color: #2b292f;
|
||||
@ -34,7 +40,8 @@ sq_button.locked {
|
||||
}
|
||||
|
||||
#Return:active {
|
||||
background: #1c71d8;
|
||||
background: mix(#1c71d8, black, 0.2);
|
||||
color: mix(#1c71d8, black, 0.2);
|
||||
}
|
||||
|
||||
@import url("resource:///sm/puri/squeekboard/common.css");
|
||||
|
||||
Reference in New Issue
Block a user