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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3245>
(cherry picked from commit 559d38c259)
This commit is contained in:
Sebastian Keller 2024-05-22 01:45:44 +02:00 committed by Florian Müllner
parent fa0a7093c1
commit 83446972e6
No known key found for this signature in database

View file

@ -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 {