[gnome-shell-sass] endSessionDialog: Use a ListSection for application and session list
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] endSessionDialog: Use a ListSection for application and session list
- Date: Thu, 6 Feb 2020 20:51:13 +0000 (UTC)
commit 5d6db4fde874e46f28148c6dacbe262b3f90a30e
Author: Jonas Dreßler <verdre v0yd nl>
Date: Fri Jan 17 14:07:57 2020 +0100
endSessionDialog: Use a ListSection for application and session list
Since there now are generic ListSection and ListSectionItem widgets for
dialogs, use them for the lists of inhibitors in the endSessionDialog.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/935
widgets/_end-session-dialog.scss | 32 ++------------------------------
1 file changed, 2 insertions(+), 30 deletions(-)
---
diff --git a/widgets/_end-session-dialog.scss b/widgets/_end-session-dialog.scss
index 73116b8..697900e 100644
--- a/widgets/_end-session-dialog.scss
+++ b/widgets/_end-session-dialog.scss
@@ -47,34 +47,6 @@ $end_session_dialog_width: 28em;
height: $base_icon_size * 3;
}
-.end-session-dialog-inhibitor-layout {
- spacing: $base_spacing * 4;
- max-height: 200px;
- padding-right: 65px;
- padding-left: 65px;
-}
-
-.end-session-dialog-session-list,
-.end-session-dialog-app-list {
- spacing: 1em;
-}
-
-.end-session-dialog-list-header {
- font-weight: bold;
- &:rtl { text-align: right; }
-}
-
-.end-session-dialog-app-list-item,
-.end-session-dialog-session-list-item {
- spacing: 1em;
-}
-
-.end-session-dialog-app-list-item-name,
-.end-session-dialog-session-list-item-name {
- font-weight: bold;
-}
-
-.end-session-dialog-app-list-item-description {
- color: darken($fg_color,5%);
- @include fontsize($base_font_size - 1);
+.end-session-dialog .dialog-list-title {
+ color: $warning_color;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]