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
in content_styles.css, the --bg: #eee; variable is overriding variables defined within websites' own stylesheets. I experienced the problem on 3 different sites in one day and disabling the extension fixed the problem on all three of them. I've disabled FediAct for now.
The text was updated successfully, but these errors were encountered:
Another example of FediAct interfering with website’ CSS:
On a bunch of websites all made by GHD Digital / Govstack, FediAct makes accordion elements (click to expand, similar in behaviour to the <details> element) 0% opacity (invisible).
Not currently sure why this happens. (It’s not just .Accordion{opacity: 0;}. That’s in the website’s CSS regardless of whether FediAct is enabled. I suspect FediAct is interfering with how the website relies on a keyframes animation to make the accordions visible? Idk.)
in content_styles.css, the
--bg: #eee;
variable is overriding variables defined within websites' own stylesheets. I experienced the problem on 3 different sites in one day and disabling the extension fixed the problem on all three of them. I've disabled FediAct for now.The text was updated successfully, but these errors were encountered: