Skip to content
1 change: 1 addition & 0 deletions frontend/src/styles/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ header {
}
//top focus
&.focus {
pointer-events: none !important;
color: var(--sub-color) !important;

.notificationBubble {
Expand Down
12 changes: 5 additions & 7 deletions frontend/src/styles/test.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1541,14 +1541,12 @@
}

main.focus .pageTest {
#testModesNotice {
opacity: 0 !important;
}
#testConfig {
opacity: 0 !important;
}
#mobileTestConfigButton {
#testModesNotice,
#testConfig,
#mobileTestConfigButton,
#restartTestButton {
opacity: 0 !important;
Comment thread
byseif21 marked this conversation as resolved.
pointer-events: none !important;
}
}

Comment thread
byseif21 marked this conversation as resolved.
Expand Down