This commit is contained in:
Andras Schmelczer 2026-06-28 11:59:44 +01:00
parent f1601257c7
commit c2070693fb
68 changed files with 2305 additions and 212 deletions

View file

@ -151,7 +151,7 @@ async function suppressDevServerNoise(context: BrowserContext) {
[class*="webpack-error"],
/* Recording-only: hide dashboard chrome that reads as noise/loading
on camera (the "Finding the Perfect Postcode" AI-status CTA). The
data attribute is inert in production only this injected rule
data attribute is inert in production: only this injected rule
targets it, and only during a recording. */
[data-video-hide] {
display: none !important;