diff options
| author | Idan Cohen <[email protected]> | 2017-04-13 11:52:41 +0300 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-04-13 10:52:41 +0200 |
| commit | 8c97532719c835e7ef6f959f69f4220fec027c8d (patch) | |
| tree | 829ea710ea39d94b8c1bd0f1b554106f2b5ba79b | |
| parent | 1f80f61677da40944f5af043722aedeebd3b71c3 (diff) | |
| download | bootstrap-8c97532719c835e7ef6f959f69f4220fec027c8d.tar.xz bootstrap-8c97532719c835e7ef6f959f69f4220fec027c8d.zip | |
Fix popover arrow color for bottom position
| -rw-r--r-- | scss/_popover.scss | 2 |
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 |
