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 */
|
/* 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user