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

Unified Diff: third_party/WebKit/Source/devtools/front_end/devices/devicesView.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/devices/devicesView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
index 1fec4e680f82338da8dc9e6a2be8d5d8cbbf9a28..8cad9b6f3ed4c6ee7e8622c2ff28524f3392722e 100644
--- a/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
+++ b/third_party/WebKit/Source/devtools/front_end/devices/devicesView.css
@@ -137,15 +137,18 @@
flex: auto 1 1;
}
-.port-forwarding-value {
+.list-item .port-forwarding-value {
white-space: nowrap;
text-overflow: ellipsis;
-webkit-user-select: none;
color: #222;
- flex: 3 1 0;
overflow: hidden;
luoe 2017/05/26 23:41:04 .port-forwarding-value applies to - values in the
}
+.port-forwarding-value {
+ flex: 3 1 0;
+}
+
.port-forwarding-value.port-forwarding-port {
flex: 1 1 0;
}
@@ -224,15 +227,18 @@
flex: auto 1 1;
}
-.network-discovery-value {
+.list-item .network-discovery-value {
white-space: nowrap;
text-overflow: ellipsis;
-webkit-user-select: none;
color: #222;
- flex: 3 1 0;
overflow: hidden;
}
+.network-discovery-value {
+ flex: 3 1 0;
+}
+
.network-discovery-edit-row {
flex: none;
display: flex;

Powered by Google App Engine
This is Rietveld 408576698