Skip to content

Commit

Permalink
post card label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Feb 21, 2025
1 parent 322de41 commit b6a9b4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/accesskit/disable_gifs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export const styleElement = buildStyle(`
${keyToCss('loader')}:has(~ .${labelClass}):not(${hovered}) {
display: none;
}
${keyToCss('background')} > .${labelClass} {
/* prevent double labels in recommended post cards */
display: none;
}
[${posterAttribute}]:not(${hovered}) {
visibility: visible !important;
Expand Down

0 comments on commit b6a9b4d

Please sign in to comment.