Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 24d89b1

Browse files
committed
fix flickering GO button in footer (bug 703251)
1 parent 7a7d59f commit 24d89b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

media/css/impala/nojs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@
1111
#site-noinstall-apps {
1212
display: block;
1313
}
14+
15+
form.go button {
16+
display: inherit;
17+
}

templates/amo_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</option>
1717
{%- endfor %}
1818
</select>
19-
<button type="submit">{{ _('Go') }}</button>
19+
<noscript><button type="submit">{{ _('Go') }}</button></noscript>
2020
</form>
2121
{% endblock %}
2222

0 commit comments

Comments
 (0)