mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
This commit is contained in:
parent
f22a5c5a91
commit
892fa6581c
2 changed files with 8 additions and 32 deletions
|
|
@ -146,7 +146,7 @@ $app_icon_size: 96px;
|
|||
}
|
||||
}
|
||||
|
||||
.page-navigation-arrow {
|
||||
.page-navigation-arrow > StIcon {
|
||||
margin: 6px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue