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

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

Issue 2343773002: DevTools: Autocomplete class names in ClassesPaneWidget (Closed)
Patch Set: Reviewed 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 c9310bdc954bed73188faf1f45a6f28b746bc74f..c2dba927eca848e6b82aa03061c0669639730a30 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -328,6 +328,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