mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Fix popover arrow color for bottom position
This commit is contained in:
parent
1f80f61677
commit
8c97532719
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue