mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
panel: Remove drop down arrows from standalone indicators
The keyboard/language selector area is the smallest element on the panel. Additional margin about 6px inside the a11y and language items to make them comfortable to click targets. With that, we can remove the remaining arrows. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3567 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1583>
This commit is contained in:
parent
022cd683c4
commit
db9a008e8a
3 changed files with 12 additions and 13 deletions
|
|
@ -72,6 +72,12 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
|
|||
}
|
||||
}
|
||||
|
||||
// single indicator
|
||||
.single-indicator {
|
||||
margin-left: $base_margin + 3px;
|
||||
margin-right: $base_margin + 3px;
|
||||
}
|
||||
|
||||
// status area icons
|
||||
.system-status-icon {
|
||||
icon-size: $base_icon_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue