[gnome-shell-sass] dialog: Remove MessageDialogContent.body property



commit 0deacfa8bee0c001ddedfa907075c5ca0ff6a735
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Mon Jan 13 14:04:40 2020 +0100

    dialog: Remove MessageDialogContent.body property
    
    According to the new dialog design, dialogs generally only have a title
    and a description, so the `body` property is no longer needed.
    
    At the places where it's still used, we replace it with the description
    property or a plain label we add to MessageDialogContent ourselves.
    
    See https://gitlab.gnome.org/GNOME/gnome-shell/issues/1343
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/886

 widgets/_dialogs.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index 2697e07..8ccd9a0 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -68,12 +68,12 @@
     padding-right: 17px;
   }
 
-  .message-dialog-body {
+  .message-dialog-description {
     padding-left: 17px;
     width: 28em;
   }
 
-  .message-dialog-body:rtl {
+  .message-dialog-description:rtl {
     padding-left: 0px;
     padding-right: 17px;
   }


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