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
This commit is contained in:
Jonas Dreßler 2020-02-16 21:56:27 +01:00 committed by Florian Müllner
parent 711d4ba65c
commit 4d773a5ce9

View File

@ -35,9 +35,9 @@ $app_grid_fg_color: #fff;
} }
/* App Folders */ /* App Folders */
.app-folder { .app-well-app.app-folder {
.overview-icon { background-color: transparentize($osd_bg_color, 0.8);
} border-radius: $base_border_radius + 4px; // same as %icon_tile
} }
// expanded folder // expanded folder