diff --git a/src/features/debugger/components/debugger-toolbar/debugger-toolbar.module.scss b/src/features/debugger/components/debugger-toolbar/debugger-toolbar.module.scss index d31a7832..ca10a854 100644 --- a/src/features/debugger/components/debugger-toolbar/debugger-toolbar.module.scss +++ b/src/features/debugger/components/debugger-toolbar/debugger-toolbar.module.scss @@ -46,6 +46,10 @@ } } +.titleTab:hover { + opacity: 1; +} + .titleTab__compactLabel { @media #{$tablet} { display: none;