mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
unlockDialog: Use unique unlock-dialog style class
Allows styling the unlock dialog elements individually from the GDM login dialog. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1421
This commit is contained in:
parent
0c14ac7052
commit
9963f7ce84
2 changed files with 3 additions and 2 deletions
|
|
@ -475,7 +475,7 @@ var UnlockDialog = GObject.registerClass({
|
|||
_init(parentActor) {
|
||||
super._init({
|
||||
accessible_role: Atk.Role.WINDOW,
|
||||
style_class: 'login-dialog',
|
||||
style_class: 'unlock-dialog',
|
||||
visible: false,
|
||||
reactive: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue