commit | 7fbe24c094a53d6a95cbb0d19b4bf889c7dcee53 | [log] [tgz] |
---|---|---|
author | Joel Einbinder <[email protected]> | Thu Jan 24 05:19:01 2019 |
committer | Commit Bot <[email protected]> | Thu Jan 24 05:19:01 2019 |
tree | c8c406799dc0908d6ffaead42a9d782ce085820f | |
parent | 7d7e3bebdaa2378179457e67e280e1f5558bc68a [diff] [blame] |
DevTools: Convert to Shadow DOM and Custom Elements v1 Bug: 685385 Change-Id: I027e84d8003b7799492211d5fcf8348cd91fd799 Reviewed-on: https://chromium-review.googlesource.com/c/1422962 Reviewed-by: Dmitry Gozman <[email protected]> Commit-Queue: Joel Einbinder <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#625513} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: b00e6ea1c9b4db5d743c7c204b1f63abf89e0398
diff --git a/front_end/network/networkConfigView.css b/front_end/network/networkConfigView.css index 6c5ede0..df86aa2 100644 --- a/front_end/network/networkConfigView.css +++ b/front_end/network/networkConfigView.css
@@ -57,11 +57,11 @@ line-height: 20px; } -.network-config-ua label[is="dt-radio"].checked > * { +.network-config-ua span[is="dt-radio"].checked > * { display: none } -.network-config-ua input:not(.dt-radio-button) { +.network-config-ua input { display: block; width: calc(100% - 20px); } @@ -79,7 +79,7 @@ max-width: 250px; } -.network-config-ua label[is="dt-radio"] { +.network-config-ua span[is="dt-radio"] { display: block; }