gnome-shell/panel: Remove .lock-screen styling for 3.36
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/c20451c2e78ef7cb70e384cce8a7b55e37b85ce4
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/c20451c2e78ef7cb70e384cce8a7b55e37b85ce4
by roundabout, Thursday, 12 March 2020, 14:32:32 (1584023552), pushed by roundabout, Sunday, 11 May 2025, 13:22:49 (1746969769)
Author identity: nana-4 <hnmaigo@gmail.com>
b263399276719b66d27d22dd42cf0108a62f4285
color: on($scrim-alt, text2);
}
#panel.lock-screen {
background-color: $scrim-alt;
}
// just the shadow, really
.screen-shield-background {
background: black;
}
// transparent panel on lock & login screens
&:overview,
&.unlock-screen,
&.login-screen,
&.lock-screen {
@at-root %transparent-panel {
background-color: transparent;
.panel-corner {
}
}
&:overview,
&.unlock-screen,
&.login-screen {
@extend %transparent-panel;
}
@if $version <= 3.34 {
&.lock-screen {
@extend %transparent-panel;
background-color: $scrim-alt;
}
}
@if $version >= 3.26 and $version <= 3.30 {
&.solid {
transition-duration: $duration-panel;