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>
This commit is contained in:
Sebastian Keller 2024-05-22 01:45:44 +02:00 committed by Florian Müllner
parent e2adc5a445
commit 559d38c259

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 {