Client - navbar & language dropdown fixes
This commit is contained in:
parent
6220a44551
commit
7832725ec9
@ -16,6 +16,7 @@
|
|||||||
tabindex="0"
|
tabindex="0"
|
||||||
@click="updateSelected(option)"
|
@click="updateSelected(option)"
|
||||||
@keydown.enter="updateSelected(option)"
|
@keydown.enter="updateSelected(option)"
|
||||||
|
role="button"
|
||||||
>
|
>
|
||||||
{{ option.label }}
|
{{ option.label }}
|
||||||
</li>
|
</li>
|
||||||
|
@ -62,6 +62,7 @@
|
|||||||
<button
|
<button
|
||||||
class="logout-button transparent"
|
class="logout-button transparent"
|
||||||
@click="updateDisplayModal(true)"
|
@click="updateDisplayModal(true)"
|
||||||
|
:aria-label="$t('user.LOGOUT')"
|
||||||
>
|
>
|
||||||
<i class="fa fa-sign-out logout-fa" aria-hidden="true" />
|
<i class="fa fa-sign-out logout-fa" aria-hidden="true" />
|
||||||
<span class="logout-text">{{ $t('user.LOGOUT') }}</span>
|
<span class="logout-text">{{ $t('user.LOGOUT') }}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user