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




commit 9cb5949a6d983500120ec9c7f46cfe04f0b2d5c3
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]