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:
parent
9719b13cf8
commit
2ae8606e5e
@ -108,7 +108,6 @@
|
||||
/* Password or Authentication Dialog */
|
||||
|
||||
.prompt-dialog {
|
||||
@extend %bubble_panel;
|
||||
//this is the width of the entire modal popup
|
||||
width: 34em;
|
||||
|
||||
@ -188,7 +187,6 @@
|
||||
|
||||
/* Audio selection dialog */
|
||||
.audio-device-selection-dialog {
|
||||
@extend %bubble_panel;
|
||||
spacing: 30px;
|
||||
}
|
||||
|
||||
@ -227,25 +225,21 @@
|
||||
|
||||
/* Access Dialog */
|
||||
.access-dialog {
|
||||
@extend %bubble_panel;
|
||||
spacing: 30px;
|
||||
}
|
||||
|
||||
/* Geolocation Dialog */
|
||||
.geolocation-dialog {
|
||||
@extend %bubble_panel;
|
||||
spacing: 30px;
|
||||
}
|
||||
|
||||
/* Extension Dialog */
|
||||
.extension-dialog {
|
||||
@extend %bubble_panel;
|
||||
.message-dialog-title { font-weight: normal; color: $fg_color; }
|
||||
}
|
||||
|
||||
/* Inhibit-Shortcuts Dialog */
|
||||
.inhibit-shortcuts-dialog {
|
||||
@extend %bubble_panel;
|
||||
spacing: 30px;
|
||||
}
|
||||
|
||||
@ -259,4 +253,4 @@
|
||||
.keyring-dialog-control-table {
|
||||
spacing-rows: 15px;
|
||||
spacing-columns: 1em;
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/* Network Dialogs */
|
||||
.nm-dialog {
|
||||
@extend %bubble_panel;
|
||||
max-height: 34em;
|
||||
min-height: 31em;
|
||||
min-width: 32em;
|
||||
|
Loading…
Reference in New Issue
Block a user