theme: Remove unnecessary %bubble_panel extensions

Since these dialogs have .modal-dialog class, there is no need to extend
%bubble_panel.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/931
This commit is contained in:
nana-4 2020-01-12 16:36:30 +09:00
parent 9719b13cf8
commit 2ae8606e5e
2 changed files with 1 additions and 8 deletions

View File

@ -108,7 +108,6 @@
/* Password or Authentication Dialog */ /* Password or Authentication Dialog */
.prompt-dialog { .prompt-dialog {
@extend %bubble_panel;
//this is the width of the entire modal popup //this is the width of the entire modal popup
width: 34em; width: 34em;
@ -188,7 +187,6 @@
/* Audio selection dialog */ /* Audio selection dialog */
.audio-device-selection-dialog { .audio-device-selection-dialog {
@extend %bubble_panel;
spacing: 30px; spacing: 30px;
} }
@ -227,25 +225,21 @@
/* Access Dialog */ /* Access Dialog */
.access-dialog { .access-dialog {
@extend %bubble_panel;
spacing: 30px; spacing: 30px;
} }
/* Geolocation Dialog */ /* Geolocation Dialog */
.geolocation-dialog { .geolocation-dialog {
@extend %bubble_panel;
spacing: 30px; spacing: 30px;
} }
/* Extension Dialog */ /* Extension Dialog */
.extension-dialog { .extension-dialog {
@extend %bubble_panel;
.message-dialog-title { font-weight: normal; color: $fg_color; } .message-dialog-title { font-weight: normal; color: $fg_color; }
} }
/* Inhibit-Shortcuts Dialog */ /* Inhibit-Shortcuts Dialog */
.inhibit-shortcuts-dialog { .inhibit-shortcuts-dialog {
@extend %bubble_panel;
spacing: 30px; spacing: 30px;
} }
@ -259,4 +253,4 @@
.keyring-dialog-control-table { .keyring-dialog-control-table {
spacing-rows: 15px; spacing-rows: 15px;
spacing-columns: 1em; spacing-columns: 1em;
} }

View File

@ -1,6 +1,5 @@
/* Network Dialogs */ /* Network Dialogs */
.nm-dialog { .nm-dialog {
@extend %bubble_panel;
max-height: 34em; max-height: 34em;
min-height: 31em; min-height: 31em;
min-width: 32em; min-width: 32em;