From 5452f1660108859342d318ac9d910c48b9781b67 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Tue, 2 Apr 2024 13:20:28 +0200 Subject: [PATCH] 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: --- data/style-Adwaita:dark.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data/style-Adwaita:dark.css b/data/style-Adwaita:dark.css index f5ef3f88..7097b0ae 100644 --- a/data/style-Adwaita:dark.css +++ b/data/style-Adwaita:dark.css @@ -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");