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

Unified Diff: includes/layout/footer.tmpl

Issue 29587558: Issue 5868 - Allow clicking outside CustomSelect to close in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 24, 2017, 8:20 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 | « no previous file | static/js/main.js » ('j') | static/js/main.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/layout/footer.tmpl
===================================================================
--- a/includes/layout/footer.tmpl
+++ b/includes/layout/footer.tmpl
@@ -2,17 +2,17 @@
<div class="navbar-wrapper row">
<div id="site-footer-locales" class="column one-fourth">
<div id="language-select" class="custom-select">
<button class="custom-select-selected" aria-expanded="false" aria-haspopup="true">
{{ config.get("langnames", locale) }}
</button>
<ul class="custom-select-options" aria-label="{{ "Select Language" | translate("language-options-label", "Label") }}" role="menu" tabindex="-1">
{% for available_locale in available_locales %}
- <li role="none">
+ <li class="custom-select-option" role="none">
{{ page | linkify(available_locale) }}{{ config.get("langnames", available_locale) }}</a>
</li>
{% endfor %}
</ul>
</div>
</div>
<div id="site-footer-nav" class="column three-fourths">
<nav>
« no previous file with comments | « no previous file | static/js/main.js » ('j') | static/js/main.js » ('J')

Powered by Google App Engine
This is Rietveld