timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
832 stars 91 forks source link

fix label icons #303

Closed DinCahill closed 2 years ago

DinCahill commented 2 years ago

Label icons on the left bar show up as boxes.

For some reason, the css mask property is showing as invalid, even in newer versions of electron.

I copied the broken css selector from its source in the dev tools, changed mask to -webkit-mask, and added it to the custom stylesheet.

The labels now show up correctly in light mode.

Dark mode is a bit funky. The purple label is a slightly lighter grey than the other default coloured labels. The correct behaviour would be to leave the coloured labels untouched.

Before:

Labels Before

After:

Labels After

CSS:

Labels CSS