Skip to content

Commit

Permalink
Carousel: Fix cursor css selector (#20927)
Browse files Browse the repository at this point in the history
Co-authored-by: sdixon194 <[email protected]>
  • Loading branch information
kbrown9 and sdixon194 authored Sep 3, 2021
1 parent a8c32f4 commit a0cac8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions projects/plugins/jetpack/changelog/update-carousel_css_fix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: other
Comment: No entry needed because this fixes and issue in a previous PR.


Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
/* end of temporary fix */

[data-carousel-extra]:not( .jp-carousel-wrap ) img, img + figcaption {
[data-carousel-extra]:not( .jp-carousel-wrap ) img, [data-carousel-extra]:not( .jp-carousel-wrap ) img + figcaption {
cursor: pointer;
}

Expand Down

0 comments on commit a0cac8d

Please sign in to comment.