Merge pull request #406 from amarynets/bugfix/hover_on_mobile_device_#3588
Fix :hover on mobile device
This commit is contained in:
commit
64b29271e0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
{% endif %}
|
||||
<i class="fa fa-globe" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="drop-language">
|
||||
<div onclick="return true" class="drop-language">
|
||||
{% if LANGUAGE_CODE == 'en-us'%}
|
||||
<a class="url" href="{% change_lang 'de' %}">Deutsch</a>
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue