From af536dfefbf523d8834b5aab0de2d93637883711 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 10 Mar 2022 13:59:31 -0800 Subject: [PATCH] Fix outline buttons become invisible in light mode --- src-ui/src/theme.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss index 274f0460e..9fc683f57 100644 --- a/src-ui/src/theme.scss +++ b/src-ui/src/theme.scss @@ -63,10 +63,6 @@ svg.logo { .btn-outline-secondary { color: var(--bs-secondary); - - &:hover, &:focus, &.active, &:active { - color: var(--bs-light); - } } .nav-item .sidebaricon {