From 5469d78e34e0575b1aa58f418805abcc92713f12 Mon Sep 17 00:00:00 2001 From: Konstantin Schaper Date: Tue, 15 Aug 2023 14:27:04 +0200 Subject: [PATCH] tweak popover border color in light theme --- scm-ui/ui-styles/src/light.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scm-ui/ui-styles/src/light.scss b/scm-ui/ui-styles/src/light.scss index 4ec8d2c944..9ff75ac9f6 100644 --- a/scm-ui/ui-styles/src/light.scss +++ b/scm-ui/ui-styles/src/light.scss @@ -109,7 +109,3 @@ footer.footer { .has-hover-visible:hover { color: $grey-darker !important; } - -.popover-arrow { - fill: $grey-light !important; -}