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:
parent
e2adc5a445
commit
559d38c259
@ -47,13 +47,8 @@ $app_folder_size: 720px;
|
|||||||
width: 5px;
|
width: 5px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
background-color: $system_fg_color;
|
background-color: $system_fg_color;
|
||||||
|
|
||||||
@if $contrast == 'high' {
|
|
||||||
offset-y: 4px;
|
|
||||||
} @else {
|
|
||||||
offset-y: 6px;
|
offset-y: 6px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.app-folder-dialog-container {
|
.app-folder-dialog-container {
|
||||||
// pad the top with panel height so the folder doesn't overlap the panel on smaller resolutions
|
// pad the top with panel height so the folder doesn't overlap the panel on smaller resolutions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user