gnome-shell 40: Use our close icon for .window-close
Even if our GDM theme is not installed.
Even if our GDM theme is not installed.
by roundabout, Monday, 22 March 2021, 12:34:09 (1616416449), pushed by roundabout, Sunday, 11 May 2025, 13:23:01 (1746969781)
Author identity: nana-4 <hnmaigo@gmail.com>
6632b0ce7a56e50194a787f48f1bc1ce032601f9
background-color: $error;
color: $on-error;
@if $version < 40 {
background-image: url("assets/window-close.svg");
background-size: 24px;
}
background-image: url("assets/window-close.svg");
background-size: 24px;
@if $version < 3.38 {
-shell-close-overlap: $medium-size / 2;
StIcon {
icon-size: 24px;
@if $version < 40 {
color: transparent;
}
color: transparent;
}
}