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

Unified Diff: third_party/WebKit/Source/devtools/front_end/persistence/editFileSystemView.css

Issue 2906983002: DevTools: cleanup text input styles (Closed)
Patch Set: better Created 3 years, 7 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/persistence/editFileSystemView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/persistence/editFileSystemView.css b/third_party/WebKit/Source/devtools/front_end/persistence/editFileSystemView.css
index 7bf411c8f3891c2b7019c863a4e16196083b6903..a6de7839e0ff0690704c19ebd8786b61a7c87a2f 100644
--- a/third_party/WebKit/Source/devtools/front_end/persistence/editFileSystemView.css
+++ b/third_party/WebKit/Source/devtools/front_end/persistence/editFileSystemView.css
@@ -42,15 +42,17 @@
flex: auto 1 1;
}
-.file-system-value {
+.list-item .file-system-value {
white-space: nowrap;
text-overflow: ellipsis;
-webkit-user-select: none;
- color: #222;
- flex: 1 1 0px;
overflow: hidden;
}
+.file-system-value {
+ flex: 1 1 0px;
+}
+
.file-system-separator {
flex: 0 0 1px;
background-color: rgb(231, 231, 231);

Powered by Google App Engine
This is Rietveld 408576698