From 8c97532719c835e7ef6f959f69f4220fec027c8d Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Thu, 13 Apr 2017 11:52:41 +0300 Subject: [PATCH] Fix popover arrow color for bottom position --- scss/_popover.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_popover.scss b/scss/_popover.scss index 82a335fa19..c259916d76 100644 --- a/scss/_popover.scss +++ b/scss/_popover.scss @@ -86,7 +86,7 @@ &::after { top: -($popover-arrow-outer-width - 1); margin-left: -$popover-arrow-width; - border-bottom-color: $popover-title-bg; + border-bottom-color: $popover-arrow-color; } // This will remove the popover-title's border just below the arrow