[gnome-shell/wip/jimmac/entries-nostroke] theme: No stroke on entries




commit b5a8dc06e425935a88d4622b84e23846dcf623ba
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Jul 22 13:44:12 2021 +0200

    theme: No stroke on entries
    
    - Tobias' mini guadec initiative

 data/theme/gnome-shell-sass/widgets/_entries.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_entries.scss 
b/data/theme/gnome-shell-sass/widgets/_entries.scss
index 0a43e86f37..5a11945566 100644
--- a/data/theme/gnome-shell-sass/widgets/_entries.scss
+++ b/data/theme/gnome-shell-sass/widgets/_entries.scss
@@ -3,7 +3,7 @@
 StEntry {
   border-radius: $base_border_radius;
   padding: 8px;
-  border-width: 1px;
+  border-width: 0;
   color: $fg_color;
   @include entry(normal);
   //&:hover { @include entry(hover);}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]