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:
parent
711d4ba65c
commit
4d773a5ce9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user