[gnome-shell-sass/gnome-3-38: 1/2] polkitAgent: Drop separate user icon style




commit 24e503d432c018bcc65ac57d03cf3439ca51e14b
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Oct 8 20:47:18 2020 +0200

    polkitAgent: Drop separate user icon style
    
    It should use the same style as used elsewhere (like the lock screen),
    so stop using a separate style class to pick up the defaults.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3252

 widgets/_dialogs.scss | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index fc77920..0f568b7 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -135,10 +135,6 @@
   spacing: 8px;
   margin-bottom: 6px;
 
-  .polkit-dialog-user-icon {
-    border-radius: 99px;
-    background-size: contain;
-  }
   .polkit-dialog-user-root-label { color: $warning_color; }
 }
 


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