mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
8407b56d6b
commit
8c925ec344
@ -4319,7 +4319,7 @@ row.expander {
|
|||||||
}
|
}
|
||||||
|
|
||||||
list.nested {
|
list.nested {
|
||||||
background-color: color-mix(in srgb, $base_color 50%, transparent);
|
background-color: rgba($base_color, 0.5);
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4496,17 +4496,17 @@ list.boxed-list-separate {
|
|||||||
&:not(:selected).activatable {
|
&:not(:selected).activatable {
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
background-image: image(color-mix(in srgb, currentColor 3%, transparent));
|
background-image: image(gtkalpha(currentColor, 0.03));
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
background-image: image(color-mix(in srgb, currentColor 8%, transparent));
|
background-image: image(gtkalpha(currentColor, 0.08));
|
||||||
}
|
}
|
||||||
|
|
||||||
&.has-open-popup {
|
&.has-open-popup {
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
background-image: image(color-mix(in srgb, currentColor 3%, transparent));
|
background-image: image(gtkalpha(currentColor, 0.03));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user