Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css

Issue 2372663004: DevTools: Replace multiline InplaceEditor with CodeMirrorTextEditor (Closed)
Patch Set: resize width Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8e7d9f6a5d7c1b40add7e21ffe4d5fc82e6b9623..bff1df95a9e3c2261619dfa3f6c136d0ff84b0da 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
@@ -157,8 +157,10 @@
}
.elements-tree-editor {
- -webkit-user-select: text;
- -webkit-user-modify: read-write-plaintext-only;
+ 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);
+ margin-right: 4px;
}
.elements-disclosure li.elements-drag-over .selection {
@@ -172,10 +174,8 @@
}
.CodeMirror {
- 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;
+ height: 300px !important;
}
.CodeMirror-lines {

Powered by Google App Engine
This is Rietveld 408576698