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 558067802a9708a36dccdf60a6be46e621b273f9..df43e5a82f97e3f7f2de18c321af5ad8e032e781 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css |
+++ b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css |
@@ -57,11 +57,7 @@ |
line-height: 20px; |
} |
-.network-config-ua label[is="dt-radio"].checked > * { |
einbinder
2017/01/25 22:55:28
This css wasn't used. There are no radio buttons i
|
- display: none |
-} |
- |
-.network-config-ua input:not(.dt-radio-button) { |
+.network-config-ua input { |
display: block; |
width: calc(100% - 20px); |
max-width: 250px; |
@@ -93,10 +89,6 @@ |
max-width: 250px; |
} |
-.network-config-ua label[is="dt-radio"] { |
- display: block; |
-} |
- |
.network-config-ua-auto, .network-config-ua-custom { |
opacity: 0.5; |
} |