Skip to content

Commit e7c1398

Browse files
authored
Update global.styl
1 parent b4066da commit e7c1398

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/devtools/style/global.styl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ $arrow-color = $vue-ui-color-dark
7373

7474
.vue-ui-dark-mode .arrow
7575
&.up
76-
border-bottom 6px solid $white
76+
border-bottom-color $white
7777
&.down
78-
border-top 6px solid $white
78+
border-top-color $white
7979
&.right
80-
border-left 6px solid $white
80+
border-left-color $white
8181
&.left
82-
border-right 6px solid $white
82+
border-right-color $white
8383

8484
.notice
8585
display flex

0 commit comments

Comments
 (0)