[gnome-shell-sass] networkAgent: Implement new dialog design



commit ca3255c227b6ba4f48a7cbd28e5b7a8c0706b43a
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Tue Jan 21 10:27:03 2020 +0100

    networkAgent: Implement new dialog design
    
    Use a completely vertical layout instead of the ClutterGridLayout based
    layout to implement the new design for dialogs in the shell:
    
    - Center-align all the elements of the dialog
    - Remove the work-spinner
    - Show the entry-labels as hint text of the entry
    
    See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/942

 widgets/_dialogs.scss | 11 -----------
 1 file changed, 11 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index 01615e2..2f7d1ba 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -91,10 +91,6 @@
   }
 }
 
-.prompt-dialog-description:rtl {
-  text-align: right;
-}
-
 .prompt-dialog-password-grid {
   spacing-rows: 8px;
   spacing-columns: 4px;
@@ -171,10 +167,3 @@
 .access-dialog {
   spacing: 30px;
 }
-
-/* Network Agent Dialog */
-
-.network-dialog-secret-table {
-  spacing-rows: 15px;
-  spacing-columns: 1em;
-}


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