theme: App group styling
* Use the same style as the dash. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4002 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1800>
This commit is contained in:
parent
401b584384
commit
4bf2adb4b9
@ -34,7 +34,7 @@ $app_grid_fg_color: #fff;
|
|||||||
|
|
||||||
/* App Folders */
|
/* App Folders */
|
||||||
.app-well-app.app-folder {
|
.app-well-app.app-folder {
|
||||||
background-color: darken($system_bg_color, 3%);
|
background-color: $dash_background_color;
|
||||||
border-radius: $base_border_radius + 4px; // same as %icon_tile
|
border-radius: $base_border_radius + 4px; // same as %icon_tile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user