style: Fix style class name

Whoops, this never worked: ShellApp sets a style class of .fallback-app-icon,
while the CSS used .fallback-window-icon.

Let's go with the former ...

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1779
This commit is contained in:
Florian Müllner 2020-01-23 17:23:13 +01:00 committed by Florian Müllner
parent d9b3d6745c
commit eb8b82b62a

View File

@ -84,7 +84,7 @@
}
// fallback
> .fallback-window-icon {
> .fallback-app-icon {
width: $base_icon_size;
height: $base_icon_size;
}