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

Unified Diff: skin/devtools-panel.css

Issue 29363504: Issue 4649 - Allow filtering by WEBSOCKET request type (Closed)
Patch Set: Commit CSS changes too... Created Nov. 17, 2016, 8:09 p.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 1ece4e109741b1f788fca0babf282a819a7864cf..9c0ec490bee8694bbce25f198ba37658fa821d16 100644
--- a/skin/devtools-panel.css
+++ b/skin/devtools-panel.css
@@ -116,6 +116,7 @@ header::-webkit-scrollbar
#items[data-filter-type=PING] tr:not([data-type=PING]),
#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=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