switch over to deep diffing for mutations
This commit is contained in:
parent
2e3a3e90de
commit
6064fd3b45
7 changed files with 228 additions and 88 deletions
|
@ -16,4 +16,12 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mutated {
|
||||
color: var(--warn);
|
||||
|
||||
&::after {
|
||||
content: ' •';
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue