Revert "appDisplay: Remove style of page indicators"
This reverts commit 341cad764e
.
Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5738
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2442>
This commit is contained in:
parent
82b1a36bb3
commit
279ba0f4cd
@ -124,6 +124,28 @@ $app_icon_size: 96px;
|
|||||||
icon-size: $app_icon_size * 0.5;
|
icon-size: $app_icon_size * 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-navigation-hint {
|
||||||
|
&.dnd {
|
||||||
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.next:ltr,
|
||||||
|
&.previous:rtl {
|
||||||
|
background-gradient-start: rgba(255, 255, 255, 0.05);
|
||||||
|
background-gradient-end: transparent;
|
||||||
|
background-gradient-direction: horizontal;
|
||||||
|
border-radius: $modal_radius*1.5 0px 0px $modal_radius*1.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.previous:ltr,
|
||||||
|
&.next:rtl {
|
||||||
|
background-gradient-start: transparent;
|
||||||
|
background-gradient-end: rgba(255, 255, 255, 0.05);
|
||||||
|
background-gradient-direction: horizontal;
|
||||||
|
border-radius: 0px $modal_radius*1.5 $modal_radius*1.5 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.page-navigation-arrow {
|
.page-navigation-arrow {
|
||||||
& > StIcon {
|
& > StIcon {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user