diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 91c58ceb8ceb..283f1385fcc2 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -411,6 +411,7 @@ header { } //top focus &.focus { + pointer-events: none !important; color: var(--sub-color) !important; .notificationBubble { diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index d0064f2c7c24..0e7d3cb7946a 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -1541,14 +1541,12 @@ } main.focus .pageTest { - #testModesNotice { - opacity: 0 !important; - } - #testConfig { - opacity: 0 !important; - } - #mobileTestConfigButton { + #testModesNotice, + #testConfig, + #mobileTestConfigButton, + #restartTestButton { opacity: 0 !important; + pointer-events: none !important; } }