From 690230d96e275657a66a8ad8f7337b44df3f2ae2 Mon Sep 17 00:00:00 2001 From: Bingo Date: Thu, 15 Aug 2024 16:00:16 +0200 Subject: [PATCH] Comment the ".login-dialog-prompt-entry" instead Comments the issue causing ".login-dialog-prompt-entry" instead to make it clearer why it was removed. --- gnome-shell/src/gnome-shell-sass/widgets/_login-lock.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnome-shell/src/gnome-shell-sass/widgets/_login-lock.scss b/gnome-shell/src/gnome-shell-sass/widgets/_login-lock.scss index ae35693516..ca4da1b4cb 100644 --- a/gnome-shell/src/gnome-shell-sass/widgets/_login-lock.scss +++ b/gnome-shell/src/gnome-shell-sass/widgets/_login-lock.scss @@ -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;