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:
Doan Nam Long Vu 2021-01-24 21:39:43 +01:00 committed by Florian Müllner
parent 022cd683c4
commit db9a008e8a
3 changed files with 12 additions and 13 deletions

View file

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