[gnome-shell-sass] appDisplay: Turn navigation arrows into StButtons
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] appDisplay: Turn navigation arrows into StButtons
- Date: Wed, 10 Aug 2022 17:53:48 +0000 (UTC)
commit cc9c6a3ac6eff17be56809ea3fbab7ca4e414e19
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jun 28 12:39:50 2022 -0300
appDisplay: Turn navigation arrows into StButtons
Make the next and previous page arrows be StButtons, with their
'icon-name' property matching the current StIcon icon name, and
use the 'clicked' signal to switch pages.
Remove the 'button-press' callback the scroll view, since the
buttons take over this functionality.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2335>
widgets/_app-grid.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index 0fcf62e..6add597 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -146,7 +146,7 @@ $app_icon_size: 96px;
}
}
-.page-navigation-arrow {
+.page-navigation-arrow > StIcon {
margin: 6px;
width: 24px;
height: 24px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]