summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Dreßler <verdre@v0yd.nl>2020-02-16 21:56:27 +0100
committerFlorian Müllner <fmuellner@gnome.org>2020-03-31 00:54:36 +0200
commita70bf6bbc9eac030f754edb9a9908120e66225be (patch)
tree9634af16a357f1a9809d97aee9803afb2a1839e8
parent10c8ad48dad68636ea077844ec598222a972bb9c (diff)
downloadgnome-shell-sass-a70bf6bbc9eac030f754edb9a9908120e66225be.tar.gz
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
-rw-r--r--widgets/_app-grid.scss6
1 files 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