diff --git a/projects/plugins/jetpack/changelog/update-carousel_css_fix b/projects/plugins/jetpack/changelog/update-carousel_css_fix new file mode 100644 index 0000000000000..6c9c74228cc3b --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-carousel_css_fix @@ -0,0 +1,5 @@ +Significance: patch +Type: other +Comment: No entry needed because this fixes and issue in a previous PR. + + diff --git a/projects/plugins/jetpack/modules/carousel/jetpack-carousel.css b/projects/plugins/jetpack/modules/carousel/jetpack-carousel.css index 008c4c9b2120a..f0e1326334781 100644 --- a/projects/plugins/jetpack/modules/carousel/jetpack-carousel.css +++ b/projects/plugins/jetpack/modules/carousel/jetpack-carousel.css @@ -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; }