diff --git a/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.2.10-c8787ddfc6-10.zip b/.yarn/cache/@next-swc-darwin-x64-npm-14.2.10-a1396b1353-10.zip similarity index 73% rename from .yarn/cache/@next-swc-linux-x64-gnu-npm-14.2.10-c8787ddfc6-10.zip rename to .yarn/cache/@next-swc-darwin-x64-npm-14.2.10-a1396b1353-10.zip index d606f24cbe2..1dc6672a331 100644 Binary files a/.yarn/cache/@next-swc-linux-x64-gnu-npm-14.2.10-c8787ddfc6-10.zip and b/.yarn/cache/@next-swc-darwin-x64-npm-14.2.10-a1396b1353-10.zip differ diff --git a/.yarn/cache/fsevents-patch-6b67494872-10.zip b/.yarn/cache/fsevents-patch-6b67494872-10.zip new file mode 100644 index 00000000000..9887ada72d9 Binary files /dev/null and b/.yarn/cache/fsevents-patch-6b67494872-10.zip differ diff --git a/ws-nextjs-app/pages/[service]/live/[id]/Header/index.tsx b/ws-nextjs-app/pages/[service]/live/[id]/Header/index.tsx index 229304e05ac..892153afa5c 100644 --- a/ws-nextjs-app/pages/[service]/live/[id]/Header/index.tsx +++ b/ws-nextjs-app/pages/[service]/live/[id]/Header/index.tsx @@ -52,7 +52,13 @@ const Header = ({ : styles.textContainerWithoutImage } > - + {showLiveLabel ? ( {Title} diff --git a/ws-nextjs-app/pages/[service]/live/[id]/Header/styles.tsx b/ws-nextjs-app/pages/[service]/live/[id]/Header/styles.tsx index 2d8d605dab6..07a3996cba5 100644 --- a/ws-nextjs-app/pages/[service]/live/[id]/Header/styles.tsx +++ b/ws-nextjs-app/pages/[service]/live/[id]/Header/styles.tsx @@ -11,6 +11,12 @@ export default { borderBottom: `solid ${pixelsToRem(1)}rem transparent`, }, }), + heading: () => + css({ + '&:focus': { + outline: 'none', + }, + }), backgroundContainer: () => css({ position: 'absolute', diff --git a/ws-nextjs-app/pages/[service]/live/[id]/__snapshots__/live.test.tsx.snap b/ws-nextjs-app/pages/[service]/live/[id]/__snapshots__/live.test.tsx.snap index 6a2fa6471cf..2a1d91d41bb 100644 --- a/ws-nextjs-app/pages/[service]/live/[id]/__snapshots__/live.test.tsx.snap +++ b/ws-nextjs-app/pages/[service]/live/[id]/__snapshots__/live.test.tsx.snap @@ -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;