From 559d38c259bb0f330b907ec5ca2a431936acf2ee Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Wed, 22 May 2024 01:45:44 +0200 Subject: [PATCH] style: Don't use different offset for the HC app grid running indicator The offset in high contrast mode was moving the dot too close to the text making the spacing between the text, dot and hover highlight appear visually unbalanced. Also it was making it more likely to overlap descenders in the text. Part-of: --- data/theme/gnome-shell-sass/widgets/_app-grid.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss index 179b2d51e..2fe110fe8 100644 --- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss +++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss @@ -47,12 +47,7 @@ $app_folder_size: 720px; width: 5px; border-radius:5px; background-color: $system_fg_color; - - @if $contrast == 'high' { - offset-y: 4px; - } @else { - offset-y: 6px; - } + offset-y: 6px; } .app-folder-dialog-container {