panel: Use dedicated Spinner class

The startup/busy indication in the app menu was left out of commit
22e21ad7d1 because it doesn't use a hard-coded image, but as the
image in the CSS is actually the same used by the spinner class,
drop the "custom" styling and use the regular spinner.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/636
This commit is contained in:
Florian Müllner
2019-07-22 16:46:40 +02:00
parent dd1fdf88ff
commit 2743f18af4
2 changed files with 3 additions and 40 deletions

View File

@ -1171,7 +1171,6 @@ StScrollBar {
// a little unstructured mess:
#appMenu {
spinner-image: url("resource:///org/gnome/shell/theme/process-working.svg");
spacing: 4px;
.label-shadow { color: transparent; }