aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Cohen <[email protected]>2017-04-13 11:52:41 +0300
committerJohann-S <[email protected]>2017-04-13 10:52:41 +0200
commit8c97532719c835e7ef6f959f69f4220fec027c8d (patch)
tree829ea710ea39d94b8c1bd0f1b554106f2b5ba79b
parent1f80f61677da40944f5af043722aedeebd3b71c3 (diff)
downloadbootstrap-8c97532719c835e7ef6f959f69f4220fec027c8d.tar.xz
bootstrap-8c97532719c835e7ef6f959f69f4220fec027c8d.zip
Fix popover arrow color for bottom position
-rw-r--r--scss/_popover.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_popover.scss b/scss/_popover.scss
index 82a335fa1..c259916d7 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