mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
fa0a7093c1
commit
83446972e6
1 changed files with 1 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue