Skip to content

Commit 8bc8a72

Browse files
committed
Invert video hover styles for loop/cinemagraph
1 parent bf2b308 commit 8bc8a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/Card/components/CardWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const hoverStyles = css`
5959
*/
6060
:has(
6161
ul.sublinks:hover,
62-
.video-container.cinemagraph:hover,
62+
.video-container.loop:hover,
6363
.slideshow-carousel:hover,
6464
.branding-logo:hover
6565
) {

0 commit comments

Comments
 (0)