From f55ffc15df8257934485ea72c7af1462cec5eda5 Mon Sep 17 00:00:00 2001 From: Javier Tinoco <213990346+javiert-okta@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:50:15 -0500 Subject: [PATCH] add hover state to encoder/decoder button --- .../components/debugger-toolbar/debugger-toolbar.module.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;