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

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

Issue 2343773002: DevTools: Autocomplete class names in ClassesPaneWidget (Closed)
Patch Set: Created 4 years, 3 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/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 34751a80a48bfdd3e469aec7e87481f92fe4c020..e0b19874a8d7184e24499d67d4d661a640a76d86 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -494,6 +494,14 @@
line-height: 15px;
margin-left: 3px;
width: calc(100% - 7px);
+ -webkit-user-modify: read-write-plaintext-only;
+ background-color: #fff;
+ cursor: text;
+}
+
+.styles-element-classes-pane .new-class-input:empty:before {
+ content: attr(placeholder);
+ color: darkgray;
}
.styles-element-state-pane > div {

Powered by Google App Engine
This is Rietveld 408576698