Skip to content

Commit 76aa9d3

Browse files
Merge pull request #15011 from guardian/rem-live-feed-accordion
Remove live feed accordion from liveblogs
2 parents 94786fd + 6f09459 commit 76aa9d3

File tree

4 files changed

+119
-298
lines changed

4 files changed

+119
-298
lines changed

dotcom-rendering/src/components/Accordion.stories.tsx

Lines changed: 0 additions & 72 deletions
This file was deleted.

dotcom-rendering/src/components/Accordion.tsx

Lines changed: 0 additions & 100 deletions
This file was deleted.

dotcom-rendering/src/components/KeyEventsCarousel.importable.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ const carouselStyles = css`
3232
overflow-x: auto;
3333
overflow-y: hidden;
3434
margin-right: -10px;
35+
scrollbar-width: none;
36+
&::-webkit-scrollbar {
37+
display: none;
38+
}
3539
${from.tablet} {
3640
margin-right: -20px;
3741
}
3842
3943
${from.desktop} {
4044
margin-right: 0px;
4145
background-color: ${palette('--key-event-background-desktop')};
42-
scrollbar-width: none;
43-
&::-webkit-scrollbar {
44-
display: none;
45-
}
4646
}
4747
`;
4848
const leftMarginStyles = css`

0 commit comments

Comments
 (0)