From 75842b6e11900e73ceb1ec73544a0003aff334b5 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 8 Dec 2023 16:03:26 -0500 Subject: [PATCH] fix(ags launcher): fix key selection css --- .../wim/config/ags/scss/widgets/applauncher.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devices/wim/config/ags/scss/widgets/applauncher.scss b/devices/wim/config/ags/scss/widgets/applauncher.scss index 77540e28..2be2c394 100644 --- a/devices/wim/config/ags/scss/widgets/applauncher.scss +++ b/devices/wim/config/ags/scss/widgets/applauncher.scss @@ -115,4 +115,18 @@ transition: 200ms; } } + + *:selected { + * { + font-weight: unset; + } + + label.title { + color: $contrast-bg; + } + + image { + -gtk-icon-shadow: 2px 2px $contrast-bg; + } + } }