[gnome-shell/uajain/adapt-user-avatar-part2: 16/20] theme: Increase border-radius of user list items



commit 12d063bfe720dcf2cbf21bd524602366f9081f87
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Feb 10 15:33:42 2020 -0300

    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

 data/theme/gnome-shell-sass/widgets/_login-dialog.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss 
b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
index 3a419704ac..5cbcae92c4 100644
--- a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
+++ b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
@@ -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; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]