mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue