summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-08-20 18:36:38 -0300
committerFlorian Müllner <fmuellner@gnome.org>2022-09-04 15:23:43 +0200
commita1e35150e0e93c87e91776c17c2789b2c56ce844 (patch)
tree1987c4509ac5edf9b4faf580b7dfe04c056cc79a
parentc1400a1af469ba0de2e75d9027afc045f6b4b1e6 (diff)
downloadgnome-shell-sass-a1e35150e0e93c87e91776c17c2789b2c56ce844.tar.gz
Revert "appDisplay: Remove style of page indicators"
This reverts commit 341cad764e1bb0ac36f9c711ba9cd600efdb71db. Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5738 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2442>
-rw-r--r--widgets/_app-grid.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index 49d3086..abea753 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -124,6 +124,28 @@ $app_icon_size: 96px;
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 {
& > StIcon {
margin: 6px;