Close #21 by making the border of the popover's tip black.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
.popover {
|
||||
padding: 0; }
|
||||
.popover.bottom > .arrow:after {
|
||||
border-bottom-color: #f7f7f7; }
|
||||
.popover.bottom > .arrow {
|
||||
border-bottom-color: #000; }
|
||||
.popover.bottom > .arrow:after {
|
||||
border-bottom-color: #f7f7f7; }
|
||||
|
||||
.popover-content {
|
||||
padding: 10px 24px; }
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
&.bottom {
|
||||
> .arrow {
|
||||
border-bottom-color: #000;
|
||||
|
||||
&:after {
|
||||
border-bottom-color: #f7f7f7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user