fix(ags launcher): fix key selection css

This commit is contained in:
matt1432 2023-12-08 16:03:26 -05:00
parent f0f860cc02
commit 75842b6e11

View file

@ -115,4 +115,18 @@
transition: 200ms;
}
}
*:selected {
* {
font-weight: unset;
}
label.title {
color: $contrast-bg;
}
image {
-gtk-icon-shadow: 2px 2px $contrast-bg;
}
}
}