Skip to content

Commit ef685cd

Browse files
committed
Fix btn-primary in a flash alert
1 parent 1938596 commit ef685cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/alerts/flash.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@
6363
color: var(--color-fg-muted);
6464
}
6565

66-
&.btn-primary .octicon {
67-
color: inherit;
66+
&.btn-primary {
67+
background-clip: border-box;
68+
69+
.octicon {
70+
color: inherit;
71+
}
6872
}
6973
}
7074

0 commit comments

Comments
 (0)