Fixed editing props for memo and forwardRef components

This commit is contained in:
Brian Vaughn
2019-04-03 09:29:33 -07:00
parent 5bc5e31cee
commit f92d2bbf83
6 changed files with 77 additions and 23 deletions

View File

@@ -3,9 +3,14 @@
}
.Name {
color: var(--color-dim);
flex: 0 0 auto;
}
.EditableName {
color: var(--color-attribute-name);
flex: 0 0 auto;
}
.EditableName:after,
.Name:after {
content: ': ';
color: var(--color-text-color);