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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/filter.css

Issue 2859623002: DevTools: Migrate from -webkit-user-modify to contenteditable (Closed)
Patch Set: Add contenteditable on attach Created 3 years, 8 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/ui/filter.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/filter.css b/third_party/WebKit/Source/devtools/front_end/ui/filter.css
index 9dd65588e3bd6cd10ea8341d25148e5c408c56eb..89f97fa329e6440f1bf1b74865e26ef746b8e116 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/filter.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/filter.css
@@ -145,8 +145,6 @@
width: 143px;
height: 20px;
line-height: 17px;
- -webkit-user-modify: read-write-plaintext-only;
- -webkit-user-select: text;
display: inline-block;
background: #FFF;
overflow: hidden;

Powered by Google App Engine
This is Rietveld 408576698