[gnome-shell-sass] shellMountDialog: Switch to new ListLayout for processes dialog
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] shellMountDialog: Switch to new ListLayout for processes dialog
- Date: Thu, 6 Feb 2020 20:52:38 +0000 (UTC)
commit 0514641464c8bf41a0ae815c52b941050e03e7d8
Author: Jonas Dreßler <verdre v0yd nl>
Date: Mon Jan 27 18:50:26 2020 +0100
shellMountDialog: Switch to new ListLayout for processes dialog
Since there is a generic layout for dialogs like that now, use it. Also
remove the functionality of focussing a window when clicking a list
item, it's not discoverable at all and pretty unexpected.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/961
widgets/_dialogs.scss | 60 ---------------------------------------------------
1 file changed, 60 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index cf0575e..5b5fe20 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -70,66 +70,6 @@
}
}
-/* ShellMountOperation Dialogs */
-.shell-mount-operation-icon {
- icon-size: $base_icon_size * 3;
-}
-
-.mount-dialog {
- spacing: 24px;
-
- .message-dialog-title {
- padding-top: 10px;
- padding-left: 17px;
- padding-bottom: 6px;
- max-width: 34em;
- }
-
- .message-dialog-title:rtl {
- padding-left: 0px;
- padding-right: 17px;
- }
-
- .message-dialog-description {
- padding-left: 17px;
- width: 28em;
- }
-
- .message-dialog-description:rtl {
- padding-left: 0px;
- padding-right: 17px;
- }
-}
-
-.mount-dialog-app-list {
- max-height: 200px;
- padding-top: 24px;
- padding-left: 49px;
- padding-right: 32px;
-}
-
-.mount-dialog-app-list:rtl {
- padding-right: 49px;
- padding-left: 32px;
-}
-
-.mount-dialog-app-list-item {
- color: lighten($fg_color,10%);
- &:hover { color: $fg_color; }
- &:ltr { padding-right: 1em; }
- &:rtl { padding-left: 1em; }
-}
-
-.mount-dialog-app-list-item-icon {
- &:ltr { padding-right: 17px; }
- &:rtl { padding-left: 17px; }
-}
-
-.mount-dialog-app-list-item-name {
- @include fontsize($base_font_size - 1);
-}
-
-
/* Password or Authentication Dialog */
.prompt-dialog {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]