File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,11 @@ const hoverStyles = css`
55
55
56
56
/** We want to prevent the general hover styles applying when
57
57
a click won't result in navigating to the main article */
58
- : has (ul .sublinks : hover , .loop-video-container : hover ) {
58
+ : has (
59
+ ul .sublinks : hover ,
60
+ .loop-video-container : hover ,
61
+ .slideshow-carousel : hover
62
+ ) {
59
63
.card-headline .show-underline {
60
64
text-decoration : none;
61
65
}
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ export const SlideshowCarousel = ({
192
192
const slideshowImageCount = slideshowImages . length ;
193
193
194
194
return (
195
- < div >
195
+ < div className = "slideshow-carousel" >
196
196
< ul
197
197
ref = { carouselRef }
198
198
css = { carouselStyles }
You can’t perform that action at this time.
0 commit comments