]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix popover arrow color for bottom position
authorIdan Cohen <IdanCo@users.noreply.github.com>
Thu, 13 Apr 2017 08:52:41 +0000 (11:52 +0300)
committerJohann-S <johann.servoire@gmail.com>
Thu, 13 Apr 2017 08:52:41 +0000 (10:52 +0200)
scss/_popover.scss

index 82a335fa19e5e5cc92861f3370988543d0fd045d..c259916d76ff212841c8d64f76fb72430b51aeac 100644 (file)
@@ -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