Skip to content

Commit 9110660

Browse files
committed
fix: dark 模式下arrow 未配置
1 parent 601b5d1 commit 9110660

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/packages/popover/popover.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,18 @@
227227
color: $popover-content-background-color;
228228

229229
.nut-popover-arrow {
230-
border-bottom-color: $popover-text-color;
230+
&-top {
231+
border-top-color: $popover-text-color;
232+
}
233+
&-bottom {
234+
border-bottom-color: $popover-text-color;
235+
}
236+
&-left {
237+
border-left-color: $popover-text-color;
238+
}
239+
&-right {
240+
border-right-color: $popover-text-color;
241+
}
231242
}
232243

233244
.nut-popover-content {

0 commit comments

Comments
 (0)