mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme: Use transparent text selection
Match libadwaita. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2715>
This commit is contained in:
parent
c593aecbde
commit
0b888fc07f
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue