[libadwaita/wip/exalm/radii: 1/3] stylesheet: Remove grid view cell styles




commit fd45f57251a594a5ca8023b0cce2c0c0acf8e349
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Oct 15 04:20:52 2021 +0500

    stylesheet: Remove grid view cell styles
    
    It's not a generic thing, it's specific to icon browser.
    
    Reverts https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2574

 src/stylesheet/widgets/_views.scss | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/src/stylesheet/widgets/_views.scss b/src/stylesheet/widgets/_views.scss
index 9ec943d3..8ed19162 100644
--- a/src/stylesheet/widgets/_views.scss
+++ b/src/stylesheet/widgets/_views.scss
@@ -77,10 +77,5 @@ gridview {
     &:selected {
       background-color: $view_selected_color;
     }
-
-    box { //cells
-      border-spacing: 8px; //label separation
-      margin: 12px;
-    }
   }
 }


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