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

Unified Diff: skin/devtools-panel.css

Issue 29362522: Issue 4644 - Filter requests in devtools panel by search string (Closed)
Patch Set: Addressed feedback Created Nov. 30, 2016, 2:48 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.js ('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..0fb5ef3724b28c64447f299a356c3fffaf817b7c 100644
--- a/skin/devtools-panel.css
+++ b/skin/devtools-panel.css
@@ -206,3 +206,8 @@ footer
text-decoration: underline;
cursor: pointer;
}
+
+.filtered-by-search
+{
+ display: none;
+}
« no previous file with comments | « devtools-panel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld