mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
status/volume: Request symbolic style for device menu items
We get device icons from gnome-volume-control, which itself may get them from pulseaudio. That is, we don't have control over whether icon names are symbolic. As we do want menu items to use symbolic icons, enforce that via CSS instead. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5805 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2456>
This commit is contained in:
parent
646cb41e83
commit
d8dc85cc15
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
padding: $base_padding*2.75;
|
||||
margin: 0 $base_padding*2.75;
|
||||
|
||||
.popup-menu-item > StIcon { -st-icon-style: symbolic; }
|
||||
|
||||
& .header {
|
||||
spacing-rows: 0.5 * $base_padding;
|
||||
spacing-columns: $base_padding*2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue