summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-04-08 21:03:59 +0200
committerJakub Steiner <jimmac@gmail.com>2021-04-08 21:03:59 +0200
commit239ac706167db45354a999329d1eed8de7e08e17 (patch)
treea1bb467c3d686c368c1cef03c09da6815c8ff3a2
parent1b5d71130e3a48d8f636542f979346add7829544 (diff)
downloadgnome-shell-wip/jimmac/app-groups.tar.gz
theme: App group stylingwip/jimmac/app-groups
* Use the same style as the dash. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4002
-rw-r--r--data/theme/gnome-shell-sass/widgets/_app-grid.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index 4b6496abc..626925ab6 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -34,7 +34,7 @@ $app_grid_fg_color: #fff;
/* App Folders */
.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
}