diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss index 3bccccfdc..b0ee8ccc0 100644 --- a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss +++ b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss @@ -13,12 +13,9 @@ $_gdm_bg: lighten(#2e3436, 19%); StEntry { - @extend %search_entry; - border-radius: $base_border_radius; @if $variant=='dark' { $_gdm_entry_bg: transparentize(lighten(desaturate(#241f31, 20%), 2%), 0.5); background-color: $_gdm_entry_bg; - border-color: $_gdm_entry_bg; color: $osd_fg_color; } }