Skip to content

Commit

Permalink
Dvorak / 2600 Header links focus indicator fixed (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkunaPatlata authored Jul 17, 2024
1 parent 6ac0418 commit da197a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<div class="logo-wrapper" *ngIf="isMobileScreen && !!navigationPaths?.length; then mobileNavTmpl; else logoTmpl"></div>
<div class="link-wrapper">
<div *ngIf="!isMobileScreen" class="link-wrapper">
<a class="info-link" [routerLink]="'./info/about'">
<button mat-flat-button class="info-link" [routerLink]="'./info/about'">
{{ 'ENUM.NAV_BAR_NAME.ABOUT_PORTAL' | translate | uppercase }}
</a>
</button>

<a class="info-link" [routerLink]="'./info/rules'">
<button mat-flat-button class="info-link" [routerLink]="'./info/rules'">
{{ 'ENUM.NAV_BAR_NAME.LAWS_AND_REGULATIONS' | translate | uppercase }}
</a>
</button>

<a class="info-link" [routerLink]="'./info/support'">
<button mat-flat-button class="info-link" [routerLink]="'./info/support'">
<mat-icon>support</mat-icon>
{{ 'ENUM.NAV_BAR_NAME.SUPPORT' | translate | uppercase }}
</a>
</button>

<button mat-flat-button class="lang" (click)="lngSelect.open()">
<mat-icon>language</mat-icon>
Expand Down
1 change: 1 addition & 0 deletions src/app/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
white-space: nowrap;
line-height: 24px;
cursor: pointer;
padding: 6px;

.mat-icon {
margin-right: 5px;
Expand Down

0 comments on commit da197a8

Please sign in to comment.