theme: Don't apply the search entry style to the login entry
The password entry is not a search entry. https://gitlab.gnome.org/GNOME/gnome-shell/issues/2088
This commit is contained in:
parent
889863f353
commit
f0e04e7892
@ -13,12 +13,9 @@
|
|||||||
$_gdm_bg: lighten(#2e3436, 19%);
|
$_gdm_bg: lighten(#2e3436, 19%);
|
||||||
|
|
||||||
StEntry {
|
StEntry {
|
||||||
@extend %search_entry;
|
|
||||||
border-radius: $base_border_radius;
|
|
||||||
@if $variant=='dark' {
|
@if $variant=='dark' {
|
||||||
$_gdm_entry_bg: transparentize(lighten(desaturate(#241f31, 20%), 2%), 0.5);
|
$_gdm_entry_bg: transparentize(lighten(desaturate(#241f31, 20%), 2%), 0.5);
|
||||||
background-color: $_gdm_entry_bg;
|
background-color: $_gdm_entry_bg;
|
||||||
border-color: $_gdm_entry_bg;
|
|
||||||
color: $osd_fg_color;
|
color: $osd_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user