[gnome-shell-sass] theme/dialogs: Clean up css a bit
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme/dialogs: Clean up css a bit
- Date: Thu, 6 Feb 2020 20:53:04 +0000 (UTC)
commit 8d6521129ad74f43a637c3ba11154d2fcc2f42d6
Author: Jonas Dreßler <verdre v0yd nl>
Date: Tue Jan 21 11:32:24 2020 +0100
theme/dialogs: Clean up css a bit
Remove some unused classes and "deduplicate" selectors.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/942
widgets/_dialogs.scss | 25 ++++---------------------
1 file changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/widgets/_dialogs.scss b/widgets/_dialogs.scss
index f1960db..4664b67 100644
--- a/widgets/_dialogs.scss
+++ b/widgets/_dialogs.scss
@@ -100,24 +100,15 @@
padding-bottom: 1em;
}
-.prompt-dialog-error-label {
- @include fontsize($base_font_size - 1);
- color: $warning_color;
- padding-bottom: 8px;
-}
-
-.prompt-dialog-info-label {
- @include fontsize($base_font_size - 1);
- padding-bottom: 8px;
-}
-
+.prompt-dialog-error-label,
+.prompt-dialog-info-label,
.prompt-dialog-null-label {
@include fontsize($base_font_size - 1);
padding-bottom: 8px;
}
-.prompt-dialog-pim-box {
- spacing: 1em;
+.prompt-dialog-error-label {
+ color: $warning_color;
}
.prompt-dialog-grid {
@@ -125,14 +116,6 @@
spacing-columns: 1em;
}
-.prompt-dialog-keyfiles-box {
- spacing: 1em;
-}
-
-.prompt-dialog-button.button {
- padding: 8px;
-}
-
/* Polkit Dialog */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]