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

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

Issue 2650213005: 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 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;
}
« 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