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

Unified Diff: static/scss/components/_article.scss

Issue 29559620: Issue 5692 - Create Browser Selector with Browser Detection Component for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Re-add browser-select include, add scripts block Created Nov. 2, 2017, 2:29 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
Index: static/scss/components/_article.scss
===================================================================
--- a/static/scss/components/_article.scss
+++ b/static/scss/components/_article.scss
@@ -28,8 +28,19 @@
.article-heading,
.article-browser-selector
{
padding-bottom: $md;
margin-bottom: $md;
border-bottom: 1px dotted $gray;
}
+
+.article-browser-selector
+{
+ @extend .clearfix;
+ display: none;
+}
+
+.js .article-browser-selector
+{
+ display: block;
+}

Powered by Google App Engine
This is Rietveld