From a1e35150e0e93c87e91776c17c2789b2c56ce844 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Sat, 20 Aug 2022 18:36:38 -0300 Subject: Revert "appDisplay: Remove style of page indicators" This reverts commit 341cad764e1bb0ac36f9c711ba9cd600efdb71db. Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5738 Part-of: --- widgets/_app-grid.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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; -- cgit v1.2.1