Skip to content

Commit d49cd2c

Browse files
Guillaume Chausp1ker
Guillaume Chau
authored andcommitted
fix: attribute in data inspector values are difficult to read in dark mode, fixes vuejs#985
1 parent 5029ba5 commit d49cd2c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

shells/dev/target/NativeTypes.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
<TestComponent ref="component" />
1414

15+
<div
16+
id="aDiv"
17+
ref="someDiv"
18+
/>
19+
1520
<p>
1621
<button @click="sendComponent()">
1722
Vuex mutation

src/devtools/components/DataField.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,9 @@ export default {
660660
opacity 0.5
661661
>>> .attr-title
662662
color #800080
663+
.vue-ui-dark-mode &
664+
color #e36eec
665+
663666
.vue-ui-dark-mode &
664667
color #bdc6cf
665668
&.string, &.native

0 commit comments

Comments
 (0)