Close #21 by making the border of the popover's tip black.

This commit is contained in:
Arpad Csanyi
2016-03-26 00:47:38 +01:00
parent f5756a72bd
commit 5099ea2f01
2 changed files with 6 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
&.bottom {
> .arrow {
border-bottom-color: #000;
&:after {
border-bottom-color: #f7f7f7;
}