EliverLara / Nordic-Polar

GNU General Public License v3.0
166 stars 5 forks source link

Error icon in Gnome Extensions (3.38.1) is a solid colour #17

Open hausofwong opened 4 years ago

hausofwong commented 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.

extensions-nordicpolar

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.