[libadwaita/wip/exalm/radii: 2/4] stylesheet: Remove grid view cell styles




commit 0a9a1a3b69b44c76dc18ff1a84036e06bba83456
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]