theme: Increase border-radius of user list items

To keep consistency with the radius of other elements.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922
This commit is contained in:
Georges Basile Stavracas Neto 2020-02-10 15:33:42 -03:00 committed by Florian Müllner
parent 66835c6e15
commit ea6b34de0f

View File

@ -117,7 +117,7 @@
}
.login-dialog-user-list-item {
border-radius: 5px;
border-radius: $base_border_radius + 4px;
padding: 6px;
color: darken($osd_fg_color,30%);
&:ltr .user-widget { padding-right: 1em; }