mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
gdm: Add "Login Failed" notification
One step toward implementing Web Login is adding the ability to show "Login Failed" as a notification banner. This is because with Web Login, the auth prompt is occluded so can't be used to show an error message itself. This commit adds the necessary code to show the Login Failed notification, but doesn't actually call that code yet. It will be used later when Web Login support is added.
This commit is contained in:
parent
c42d33aa46
commit
49f88b4fd6
2 changed files with 39 additions and 0 deletions
|
|
@ -356,6 +356,19 @@ $_gdm_dialog_width: 25em;
|
|||
}
|
||||
}
|
||||
|
||||
// Login Failed banner
|
||||
.auth-notification-banner {
|
||||
.message-header {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
|
||||
.message-close-button {
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, 0.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// QR Code
|
||||
.qr-code {
|
||||
background: black;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue