Editable name not text-selectable

This commit is contained in:
Brian Vaughn
2019-04-10 12:37:20 -07:00
parent e9f385591e
commit 84a5a13525
@@ -10,6 +10,7 @@
.EditableName {
color: var(--color-attribute-name);
flex: 0 0 auto;
user-select: none;
}
.EditableName:after,
.Name:after {