Skip to content

Commit

Permalink
Merge branch 'latest' into WSTEAMA-1444-remove-election-banner-optimi…
Browse files Browse the repository at this point in the history
…zely-references
  • Loading branch information
louisearchibald authored Nov 14, 2024
2 parents 13bcb8b + 0a3c774 commit 189aa47
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/lib/config/services/marathi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const service: DefaultServiceConfig = {
podcastPromo: {
title: 'पॉडकास्ट',
brandTitle: 'तीन गोष्टी',
brandDescription: 'दिवसभरातल्या कोरोना आणि इतर घडामोडींचा आढावा',
brandDescription: 'दिवसभरातील घडामोडींचा आढावा',
image: {
src: 'https://ichef.bbci.co.uk/images/ic/$recipe/p0940n6j.jpg',
alt: 'तीन गोष्टी',
Expand Down
8 changes: 7 additions & 1 deletion ws-nextjs-app/pages/[service]/live/[id]/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@ const Header = ({
: styles.textContainerWithoutImage
}
>
<Heading size="trafalgar" level={1} id="content" tabIndex={-1}>
<Heading
size="trafalgar"
level={1}
id="content"
tabIndex={-1}
css={styles.heading}
>
{showLiveLabel ? (
<LiveLabelHeader isHeaderImage={isHeaderImage}>
{Title}
Expand Down
6 changes: 6 additions & 0 deletions ws-nextjs-app/pages/[service]/live/[id]/Header/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ export default {
borderBottom: `solid ${pixelsToRem(1)}rem transparent`,
},
}),
heading: () =>
css({
'&:focus': {
outline: 'none',
},
}),
backgroundContainer: () =>
css({
position: 'absolute',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ exports[`Live Page creates snapshot of the live page 1`] = `
}
}
.emotion-5:focus {
outline: none;
}
.emotion-6 {
display: block;
color: #FEFEFE;
Expand Down

0 comments on commit 189aa47

Please sign in to comment.