diff options
| author | Patrick H. Lauke <[email protected]> | 2017-04-13 23:41:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-13 23:41:15 +0100 |
| commit | 6301fabe458694f27317be2bbf04a34bb634fa72 (patch) | |
| tree | 997f1313990aa7731ff3f882bcf32e57c241d386 | |
| parent | 2f9416627648aee10347f141c0ae6ff02b76f7ef (diff) | |
| parent | 8c97532719c835e7ef6f959f69f4220fec027c8d (diff) | |
| download | bootstrap-6301fabe458694f27317be2bbf04a34bb634fa72.tar.xz bootstrap-6301fabe458694f27317be2bbf04a34bb634fa72.zip | |
Merge branch 'v4-dev' into dropdown-keyboard
| -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 |
