From 84a5a13525af9d2ce25cccc2485fcd7b589bd56c Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 10 Apr 2019 12:37:20 -0700 Subject: [PATCH] Editable name not text-selectable --- src/devtools/views/Components/KeyValue.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devtools/views/Components/KeyValue.css b/src/devtools/views/Components/KeyValue.css index 3d75d7fa1f..2c47ed23c9 100644 --- a/src/devtools/views/Components/KeyValue.css +++ b/src/devtools/views/Components/KeyValue.css @@ -10,6 +10,7 @@ .EditableName { color: var(--color-attribute-name); flex: 0 0 auto; + user-select: none; } .EditableName:after, .Name:after {