DmitriK / darkContrast

Firefox addon that fixes low contrast text when using dark desktop theme
MIT License
63 stars 3 forks source link

Hover styles get permanently recolored #7

Closed DmitriK closed 7 years ago

DmitriK commented 8 years ago

Script seems to be catching hover style changes and is recoloring base element based on hover conditions. Most visible in top tabs when sending an email in OWA

DmitriK commented 7 years ago

Fixed in v1.1.0, as the element will be marked with a custom data attribute when first created. Even if a hover event changes the style, the extension will ignore it since the element has been visited before, and should be in a good contrast state.