Skip to content

Commit

Permalink
Fix popover arrow color for bottom position
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanCo authored and Johann-S committed Apr 13, 2017
1 parent 1f80f61 commit 8c97532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c97532

Please sign in to comment.