We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dedcf commit 189a6c1Copy full SHA for 189a6c1
src/devtools/components/DataField.vue
@@ -1,9 +1,9 @@
1
<template>
2
<div class="data-field">
3
<v-popover
4
- class="self"
5
- :class="cssClass"
6
:style="{ marginLeft: depth * 14 + 'px' }"
+ class="self"
+ popover-class="force-tooltip"
7
trigger="hover"
8
placement="left"
9
offset="24"
@@ -533,11 +533,17 @@ export default {
533
.meta
534
font-size 12px
535
font-family Menlo, Consolas, monospace
536
- color #444
537
min-width 150px
538
.key
539
display inline-block
540
width 80px
+ color lighten(#881391, 60%)
541
+ .vue-ui-dark-mode &
542
+ color #881391
543
+ .value
544
+ color white
545
546
+ color black
547
.meta-field
548
&:not(:last-child)
549
margin-bottom 4px
0 commit comments