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:
parent
d9b3d6745c
commit
eb8b82b62a
@ -84,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// fallback
|
// fallback
|
||||||
> .fallback-window-icon {
|
> .fallback-app-icon {
|
||||||
width: $base_icon_size;
|
width: $base_icon_size;
|
||||||
height: $base_icon_size;
|
height: $base_icon_size;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user