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; |
} |