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
This commit is contained in:
Christopher Davis 2020-09-21 19:45:13 -07:00 committed by Florian Müllner
parent 30d8164ddc
commit 498710c2ec

View File

@ -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%);
}