From 9e2fd524348a9ba84a5b0bb63527579c432fd333 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; } }