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

Unified Diff: includes/browser-select.tmpl

Issue 29598558: Issue 5980 - Use correct browser logos for browser select on help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Odd opacity styles Created Nov. 5, 2017, 6:25 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: includes/browser-select.tmpl
===================================================================
--- a/includes/browser-select.tmpl
+++ b/includes/browser-select.tmpl
@@ -5,17 +5,17 @@
<div id="browser-select" class="custom-select custom-select-dropdown">
<button class="custom-select-selected" aria-expanded="false" aria-haspopup="true">
</button>
<ul class="custom-select-options" role="menu" tabindex="-1" aria-labelledby="browser-select-label">
{% for browser in browsers %}
<li class="custom-select-option" role="menuitemradio" aria-checked="false" tabindex="0" data-value="{{ browser.id }}">
<span class="has-pre-icon">
- <span class="pre-icon" style="{{ get_inline_bg('logo-'+product_id) }}"></span>
+ <span class="pre-icon" style="{{ get_inline_bg(browser.id) }}"></span>
{{ browser.name | translate(browser.id + "-name") }}
</span>
</li>
{% endfor %}
</ul>
</div>
</fieldset>
« no previous file with comments | « globals/browsers.py ('k') | static/img/png/chrome.png » ('j') | static/img/svg/ios.svg » ('J')

Powered by Google App Engine
This is Rietveld