Skip to content

Commit

Permalink
fix: Adjusts styling of tooltip icons in dark-mode (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprouja1 authored and Akryum committed Feb 3, 2019
1 parent 3535e2f commit 8256ae3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/devtools/style/global.styl
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,6 @@ $arrow-color = $vue-ui-color-dark
fill #444
.vue-ui-dark-mode &
fill #666

.vue-ui-dark-mode .tooltip .vue-ui-icon svg
fill #666

0 comments on commit 8256ae3

Please sign in to comment.