LENpolygon / Build-Order-Tool-AoE4-

Build Order Tool (for Age of Empires IV)
30 stars 15 forks source link

Issue with background color sticking to an image. #14

Open LENpolygon opened 2 years ago

LENpolygon commented 2 years ago

Suggestion by o11899nine on Reddit:

If I copy an image (e.g. resource or building symbol) from a dark row to a lighter one or vice versa, the background of that picture doesn't adapt to the color of the new row. Background of pictures should just always be transparent.

LENpolygon commented 2 years ago

Tested it. It happens with CTRL+C and CTRL+V and not withdragging.

How to reproduce this bug:

MikeDrenth commented 2 years ago

This seems like a normal browser behaviour. A sollution for this would be to define a standard background-color to the anchor around the icons (.tooltip) with just a background-color: transparent could even add a !important to make sure it never happens.