Skip to content

Commit

Permalink
Comment the ".login-dialog-prompt-entry" instead
Browse files Browse the repository at this point in the history
Comments the issue causing ".login-dialog-prompt-entry" instead to make it clearer why it was removed.
  • Loading branch information
Bingo90 authored and 3v1n0 committed Sep 6, 2024
1 parent c538deb commit 690230d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gnome-shell/src/gnome-shell-sass/widgets/_login-lock.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ $_gdm_dialog_width: 25em;
min-width: 30em;
}

// removed, causes missing entry selection border theming
/*.login-dialog-prompt-entry {
@extend %system_entry;
}*/

.web-login-dialog-content-overlay {
background-color: transparentize($bg_color, 0.3);
border-radius: $modal_radius;
Expand Down

0 comments on commit 690230d

Please sign in to comment.