[gnome-shell-sass] theme: Don't apply the search entry style to the login entry



commit 07d84d8ac4fc3509955069cfef6036460ca45fcb
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

 widgets/_login-dialog.scss | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/widgets/_login-dialog.scss b/widgets/_login-dialog.scss
index 3bccccf..b0ee8cc 100644
--- a/widgets/_login-dialog.scss
+++ b/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]