summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-06-28 12:39:50 -0300
committerFlorian Müllner <fmuellner@gnome.org>2022-08-10 19:53:21 +0200
commitcc9c6a3ac6eff17be56809ea3fbab7ca4e414e19 (patch)
tree7c386e3510e016057a037e8ae926d43c85ce2b67
parentc1787c685d9cf83364f2c01c13dc8730d845546c (diff)
downloadgnome-shell-sass-cc9c6a3ac6eff17be56809ea3fbab7ca4e414e19.tar.gz
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>
-rw-r--r--widgets/_app-grid.scss2
1 files changed, 1 insertions, 1 deletions
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;