Skip to content

Commit

Permalink
fix: firefox multiple filter incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Feb 21, 2025
1 parent 9dd76e1 commit 0ca3c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/accesskit/disable_gifs.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ img[style*="${pausedContentVar}"]:not(${hovered}) {
}
[${loadingBackgroundImageAttribute}]:not(:hover) {
contain: paint;
filter: unset !important;
}
[${hoverFixAttribute}] {
Expand Down

0 comments on commit 0ca3c63

Please sign in to comment.