From 498710c2ec4ea2b3297703a0e9a2ad1168c765aa Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Mon, 21 Sep 2020 19:45:13 -0700 Subject: [PATCH] CSS: Add border around avatars Avatars in https://gitlab.gnome.org/Teams/Design/os-mockups/-/blob/master/lock-login/lock-screen.png have a white circular border around them. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/379 --- data/theme/gnome-shell-sass/widgets/_misc.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell-sass/widgets/_misc.scss b/data/theme/gnome-shell-sass/widgets/_misc.scss index aa543a0e5..96dd4d1dd 100644 --- a/data/theme/gnome-shell-sass/widgets/_misc.scss +++ b/data/theme/gnome-shell-sass/widgets/_misc.scss @@ -9,6 +9,7 @@ background-size: contain; color: $osd_fg_color; border-radius: 99px; + border: 2px $osd_fg_color; &:hover { color: lighten($osd_fg_color,30%); }