From: Idan Cohen Date: Thu, 13 Apr 2017 08:52:41 +0000 (+0300) Subject: Fix popover arrow color for bottom position X-Git-Tag: v4.0.0-beta~166^2~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c97532719c835e7ef6f959f69f4220fec027c8d;p=thirdparty%2Fbootstrap.git Fix popover arrow color for bottom position --- 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