Open hausofwong opened 4 years ago
When a Gnome extension has an error in then Extensions app, it's meant to display an error icon. It's currently looks like a red block with a drop shadow.
Using the GTK Inspector, the following fixes the issue:
image.error { background-color: transparent; box-shadow: none; }
I would have done a PR but I've literally used the GTK Inspector for the first time and not sure if this will affect other areas of the UI.
When a Gnome extension has an error in then Extensions app, it's meant to display an error icon. It's currently looks like a red block with a drop shadow.
Using the GTK Inspector, the following fixes the issue:
I would have done a PR but I've literally used the GTK Inspector for the first time and not sure if this will affect other areas of the UI.