From ab27a4db0ccc2f3daa3eeef0a9ca7f677f3fc1b3 Mon Sep 17 00:00:00 2001 From: "Shaun A. Noordin" Date: Thu, 16 Jan 2025 23:46:49 +0000 Subject: [PATCH] WorkflowHeaderTabs: add hover styles --- css/lab-pages-editor.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/lab-pages-editor.styl b/css/lab-pages-editor.styl index 8609ded4e6..549042206f 100644 --- a/css/lab-pages-editor.styl +++ b/css/lab-pages-editor.styl @@ -253,6 +253,9 @@ $fontWeightBoldPlus = 700 border-bottom: 4px solid transparent font-weight: 500 + &:hover + border-bottom: 4px solid $black + // Component: Workflow Settings Page // ---------------------------------------------------------------------------