Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/devtools-panel.css

Issue 29401586: Issue 5091 - Add WebRTC request type to devtools interface (Closed)
Patch Set: Created April 3, 2017, 10:49 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « devtools-panel.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/devtools-panel.css
diff --git a/skin/devtools-panel.css b/skin/devtools-panel.css
index 290b9e2edd9274ce5a5714a59a570642df60c29c..39b50048cc3aba89ed1bfed73712f3c6bba4061f 100644
--- a/skin/devtools-panel.css
+++ b/skin/devtools-panel.css
@@ -142,6 +142,7 @@ body.dark #items tr[data-state=whitelisted]
#items[data-filter-type=POPUP] tr:not([data-type=POPUP]),
#items[data-filter-type=ELEMHIDE] tr:not([data-type=ELEMHIDE]),
#items[data-filter-type=WEBSOCKET] tr:not([data-type=WEBSOCKET]),
+#items[data-filter-type=WEBRTC] tr:not([data-type=WEBRTC]),
#items[data-filter-type=OTHER] tr:not([data-type=OTHER])
{
display: none;
« no previous file with comments | « devtools-panel.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld