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

Unified Diff: third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css

Issue 2938503002: DevTools: unify Network & CPU throttling (Closed)
Patch Set: fmt Created 3 years, 6 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/mobile_throttling/throttlingSettingsTab.css
diff --git a/third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
similarity index 93%
rename from third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css
rename to third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
index d85c7bdadc56af5b1699fb035f8ebb96d89470f0..ef9a232e74e75405d9ce3a3ca5b9476daeb2951f 100644
--- a/third_party/WebKit/Source/devtools/front_end/mobile_throttling/networkConditionsSettingsTab.css
+++ b/third_party/WebKit/Source/devtools/front_end/mobile_throttling/throttlingSettingsTab.css
@@ -39,7 +39,6 @@
}
.conditions-list-text {
- white-space: nowrap;
text-overflow: ellipsis;
flex: 0 0 70px;
-webkit-user-select: none;
@@ -75,6 +74,13 @@
}
.conditions-edit-row {
+ flex: none;
+ display: flex;
+ flex-direction: row;
+ margin: 6px 5px 18px;
+}
+
+.conditions-header-row {
flex: none;
display: flex;
flex-direction: row;

Powered by Google App Engine
This is Rietveld 408576698