[gnome-shell-sass] theme: Separate run dialog specific style from generic dialog style



commit 95e3370c6676e9acae17593e7c1d33789a6f9ea1
Author: nana-4 <hnmaigo gmail com>
Date:   Sun Jan 12 17:21:22 2020 +0900

    theme: Separate run dialog specific style from generic dialog style
    
    Like other specific dialog styles already do.
    
    Also move .modal-dialog-linked-button into .modal-dialog as well as
    .modal-dialog-content-box.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931

 widgets/_dialogs.scss | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index ece1c1c..53ee468 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -10,17 +10,8 @@
     max-width: 28em;
   }
 
-  .run-dialog-entry { width: 20em; margin-bottom: 6px; }
-  .run-dialog-error-box {
-    padding-top: 16px;
-    spacing: 6px;
-  }
-
-  .run-dialog-label {
-    @include fontsize($base_font_size + 1.1);
-    font-weight: normal;
-    color: $fg_color;
-    padding-bottom: .4em;
+  .modal-dialog-linked-button {
+    @extend %bubble_button;
   }
 }
 
@@ -29,10 +20,6 @@
   @include fontsize($base_font_size + 3);
 }
 
-.modal-dialog-linked-button {
-  @extend %bubble_button;
-}
-
 /* Message Dialog */
 .message-dialog-content {
   spacing: 18px;
@@ -45,6 +32,22 @@
   .message-dialog-description { text-align: center; }
 }
 
+/* Run Dialog */
+.run-dialog {
+  .run-dialog-entry { width: 20em; margin-bottom: 6px; }
+  .run-dialog-error-box {
+    padding-top: 16px;
+    spacing: 6px;
+  }
+
+  .run-dialog-label {
+    @include fontsize($base_font_size + 1.1);
+    font-weight: normal;
+    color: $fg_color;
+    padding-bottom: .4em;
+  }
+}
+
 /* ShellMountOperation Dialogs */
 .shell-mount-operation-icon {
   icon-size: $base_icon_size * 3;


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