Skip to content

Commit 1c004dc

Browse files
committed
gnome-shell: Hide border around user avatars
Hide border that was inherited from the default theme, since the following upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/498710c2ec4ea2b3297703a0e9a2ad1168c765aa
1 parent 045cca9 commit 1c004dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/gnome-shell/3.38/sass/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,6 +2430,7 @@ StScrollBar {
24302430
background-size: contain;
24312431
color: $osd_fg_color;
24322432
border-radius: 99px;
2433+
border: 0;
24332434

24342435
.login-dialog-user-list-item:selected & { color: $selected_fg_color; }
24352436

0 commit comments

Comments
 (0)