From 03ffc6c62e0e256de1fccef3fe1b7dee41c12ffe Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 8 Mar 2022 16:03:32 -0800 Subject: [PATCH] tab switching styling --- src-ui/src/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index e87382308..782e2f4bc 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -155,7 +155,7 @@ textarea, border-color: var(--bs-border-color); } - &.active:focus { + &.active:focus, &:active { border-bottom: 1px solid transparent; } }