Skip to content

Make Dark Mode Arrows More Visible #781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/devtools/style/global.styl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ $arrow-color = $vue-ui-color-dark
border-bottom 4px solid transparent
border-right 6px solid $arrow-color

.vue-ui-dark-mode &
$arrow-color = rgba($vue-ui-color-light-neutral, .4)
&.up
border-bottom-color $arrow-color
&.down
border-top-color $arrow-color
&.right
border-left-color $arrow-color
&.left
border-right-color $arrow-color

.notice
display flex
align-items center
Expand Down