theme: Use transparent text selection

Match libadwaita.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2715>
This commit is contained in:
Alice Mikhaylenko 2024-06-09 17:54:13 +04:00 committed by Marge Bot
parent c593aecbde
commit 0b888fc07f

View File

@ -172,8 +172,9 @@ stage {
%entry_common {
border-radius: $base_border_radius;
padding: $base_padding * 1.5 $base_padding * 1.5;
selection-background-color: $selected_bg_color;
selected-color: $selected_fg_color;
selection-background-color: transparentize($selected_bg_color, 0.7);
selected-color: $fg_color;
}
%entry {