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