gnome-shell 40: Don't draw border around symbolic user-icon
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/a7c343292e1a96fc86059b3af1baed15cdb9d367
https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/a7c343292e1a96fc86059b3af1baed15cdb9d367
by roundabout, Sunday, 21 March 2021, 14:25:16 (1616336716), pushed by roundabout, Sunday, 11 May 2025, 13:23:00 (1746969780)
Author identity: nana-4 <hnmaigo@gmail.com>
32a330555cadb17ff4a2f51acd338bec9f293439
@if $version >= 40 {
@include user-icon-size(64px);
&.user-avatar {
border: 0;
}
}
}