[gnome-shell-sass] appDisplay: Add back background color for folder icons



commit a70bf6bbc9eac030f754edb9a9908120e66225be
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Sun Feb 16 21:56:27 2020 +0100

    appDisplay: Add back background color for folder icons
    
    During this cycle the background color of the folder icons was removed
    (probably fallout from the theme refactor), this was not intended
    design-wise, so add it back.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1011

 widgets/_app-grid.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index b23bea9..1d2e135 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -35,9 +35,9 @@ $app_grid_fg_color: #fff;
 }
 
 /* App Folders */
-.app-folder {
-  .overview-icon {
-  }
+.app-well-app.app-folder {
+  background-color: transparentize($osd_bg_color, 0.8);
+  border-radius: $base_border_radius + 4px; // same as %icon_tile
 }
 
 // expanded folder


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