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 9, 2025
1 parent 8591284 commit b086a33
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 @@ -63,6 +63,7 @@ export const styleElement = buildStyle(`
}
[${loadingBackgroundImageAttribute}]:not(:hover) {
contain: paint;
filter: unset !important;
}
`);

Expand Down

0 comments on commit b086a33

Please sign in to comment.