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

Unified Diff: Source/devtools/front_end/networkPanel.css

Issue 420193004: DevTools: Network Panel: remove a bit of css poison. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/networkPanel.css
diff --git a/Source/devtools/front_end/networkPanel.css b/Source/devtools/front_end/networkPanel.css
index 00fbdf1cea189eff1c96ac24fe67639b836eed64..19c441c4ba557d898fa7bf3d82cc777f78611ce6 100644
--- a/Source/devtools/front_end/networkPanel.css
+++ b/Source/devtools/front_end/networkPanel.css
@@ -112,12 +112,12 @@
display: block;
}
-.resource-headers-view .outline-disclosure .parent {
+.resource-headers-view .outline-disclosure > .parent {
-webkit-user-select: none;
font-weight: bold;
}
-.resource-headers-view .outline-disclosure .parent .section * {
+.resource-headers-view .outline-disclosure > .parent > .section {
font-weight: normal;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698