style: Rewrote app grid tile drawing functions

- updated mixin for tile_button
- dropped the overview_button mixin
- minor changes to dash, appDisplay and switcherPopup JS to accommodate new stylesheet
- new focus style for all tile buttons
- improved high contrast style support for app grid and dash
- renamed some style-classes
- tidied up dash stylesheet

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3017>
This commit is contained in:
Sam Hewitt
2023-11-14 10:30:45 -03:30
committed by Marge Bot
parent 76dfff1012
commit 745667a825
12 changed files with 165 additions and 137 deletions

View File

@@ -153,7 +153,7 @@ class DashItemContainer extends St.Widget {
this.destroy_all_children();
this.child = actor;
this.child.y_expand = true;
this.child.y_expand = false;
this.add_child(this.child);
}