Index: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
index d647f015f13a49007583a8bd01967222fa2cc009..12394f84b9af0717af1e2ab03f0332ffa189b114 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css |
@@ -184,12 +184,10 @@ button, input, select { |
} |
.editing { |
- -webkit-user-select: text; |
Xiaocheng
2017/05/02 21:03:26
Is this relevant?
einbinder
2017/05/04 00:56:25
The text is selectable once the contenteditable at
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), |
0 2px 4px rgba(0, 0, 0, 0.2), |
0 2px 6px rgba(0, 0, 0, 0.1); |
background-color: white; |
- -webkit-user-modify: read-write-plaintext-only; |
text-overflow: clip !important; |
padding-left: 2px; |
margin-left: -2px; |