Fix interface lang button when unlogged

pull/5138/head
Chocobozzz 2022-07-12 14:48:44 +02:00
parent 21d8979fbd
commit ba24a31c26
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 4 deletions

View File

@ -134,9 +134,7 @@
<div class="footer-bottom">
<div class="footer-links">
<div *ngIf="isLoggedIn === false">
<span role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span>
</div>
<span *ngIf="isLoggedIn === false" role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span>
<div>
<a i18n routerLink="/about/instance">Contact</a>

View File

@ -304,7 +304,8 @@ my-actor-avatar {
flex-wrap: wrap;
}
a {
a,
span[role=button] {
@include margin-right(8px);
@include disable-default-a-behaviour;