[gnome-shell] theme: Don't apply the search entry style to the login entry
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Don't apply the search entry style to the login entry
- Date: Fri, 17 Jan 2020 13:01:10 +0000 (UTC)
commit f0e04e7892ee68c15ceab1deb2195638143bcdd4
Author: nana-4 <hnmaigo gmail com>
Date: Fri Jan 17 21:07:17 2020 +0900
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
data/theme/gnome-shell-sass/widgets/_login-dialog.scss | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
index 3bccccfdc2..b0ee8ccc07 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;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]