Skip to content

Commit 3535e2f

Browse files
aprouja1Guillaume Chau
authored andcommitted
fix: Make Dark Mode Arrows More Visible (#781)
* Make Dark Mode Arrows More Visible * Update global.styl * fix: dim color Co-authored-by: Guillaume Chau <[email protected]>
1 parent bcb165d commit 3535e2f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/devtools/style/global.styl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ $arrow-color = $vue-ui-color-dark
7171
border-bottom 4px solid transparent
7272
border-right 6px solid $arrow-color
7373

74+
.vue-ui-dark-mode &
75+
$arrow-color = rgba($vue-ui-color-light-neutral, .4)
76+
&.up
77+
border-bottom-color $arrow-color
78+
&.down
79+
border-top-color $arrow-color
80+
&.right
81+
border-left-color $arrow-color
82+
&.left
83+
border-right-color $arrow-color
84+
7485
.notice
7586
display flex
7687
align-items center

0 commit comments

Comments
 (0)