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

Unified Diff: skin/popup.css

Issue 29340571: Issue 3687 - Add experimental support for Safari content blockers (Closed)
Patch Set: Addressed Nits Created May 18, 2016, 11:30 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 | « safari/include.youtube.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/popup.css
diff --git a/skin/popup.css b/skin/popup.css
index a1284b964c2275b00d1d24111de3b5b96a7e6854..e7c179a68a891aab8f9c88b79c43c757a474074e 100644
--- a/skin/popup.css
+++ b/skin/popup.css
@@ -35,6 +35,11 @@ body.disabled #clickhide
display: none;
}
+body.contentblocking-active #stats-container
+{
+ display: none;
+}
+
header
{
height: 45px;
« no previous file with comments | « safari/include.youtube.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld