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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css

Issue 2661623003: Revert of DevTools: Move radio button input element into Shadow DOM (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
index df43e5a82f97e3f7f2de18c321af5ad8e032e781..558067802a9708a36dccdf60a6be46e621b273f9 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
@@ -57,7 +57,11 @@
line-height: 20px;
}
-.network-config-ua input {
+.network-config-ua label[is="dt-radio"].checked > * {
+ display: none
+}
+
+.network-config-ua input:not(.dt-radio-button) {
display: block;
width: calc(100% - 20px);
max-width: 250px;
@@ -89,6 +93,10 @@
max-width: 250px;
}
+.network-config-ua label[is="dt-radio"] {
+ display: block;
+}
+
.network-config-ua-auto, .network-config-ua-custom {
opacity: 0.5;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698