Skip to content

Commit 189a6c1

Browse files
author
Guillaume Chau
committed
fix: props meta tooltip
1 parent d7dedcf commit 189a6c1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/devtools/components/DataField.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div class="data-field">
33
<v-popover
4-
class="self"
5-
:class="cssClass"
64
:style="{ marginLeft: depth * 14 + 'px' }"
5+
class="self"
6+
popover-class="force-tooltip"
77
trigger="hover"
88
placement="left"
99
offset="24"
@@ -533,11 +533,17 @@ export default {
533533
.meta
534534
font-size 12px
535535
font-family Menlo, Consolas, monospace
536-
color #444
537536
min-width 150px
538537
.key
539538
display inline-block
540539
width 80px
540+
color lighten(#881391, 60%)
541+
.vue-ui-dark-mode &
542+
color #881391
543+
.value
544+
color white
545+
.vue-ui-dark-mode &
546+
color black
541547
.meta-field
542548
&:not(:last-child)
543549
margin-bottom 4px

0 commit comments

Comments
 (0)