mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue