You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned, the current implementation overrides all background images when changing the background color for a given web page. One way to fix it is by replacing background: ${color}!important; with background-color: ${color}!important; in this line:
👶 Getting Started
Please search the history to see if an issue already exists for the same problem.
📝 Describe the bug
While testing this extension on twitter, I noticed that it overrides background pictures.
🕹 Steps to reproduce
Steps:
img
tag.😯 Current behavior
Overrides all background images
🤔 Expected behavior
Change only the background color.
📸 Screenshots
🔦 Additional context
All you need is to change the following line to use
background-color
instead ofbackground
:https://github.com/wiseaidev/flexify/blob/5e728a750d7b972e77ff2637ac59c57c215afe79/scripts/popup.js#L2837
The text was updated successfully, but these errors were encountered: