Skip to content

Commit 760ceb1

Browse files
committed
Tweak caret alignment to overlap border.
1 parent a7a8a4f commit 760ceb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/primer-popover/lib/popover.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
}
2222

2323
&::before {
24-
top: -16px;
24+
top: -15px;
2525
margin-left: -9px;
2626
border: 8px solid transparent;
2727
border-bottom-color: rgba(0, 0, 0, 0.15);
2828
}
2929

3030
&::after {
31-
top: -14px;
31+
top: -13px;
3232
margin-left: -8px;
3333
border: 7px solid transparent;
3434
border-bottom-color: $bg-white;

0 commit comments

Comments
 (0)