mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fixing WCAG issues in header and menu
This commit is contained in:
parent
46e67b704f
commit
7c11e06008
2 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
<a (click)="toggleSidebar()" href="#" class="sidebar-toggle" aria-label="Open menu">
|
<a (click)="toggleSidebar()" href="#" class="sidebar-toggle" aria-label="Open menu">
|
||||||
<nb-icon icon="menu-2-outline"></nb-icon>
|
<nb-icon icon="menu-2-outline"></nb-icon>
|
||||||
</a>
|
</a>
|
||||||
<a class="logo" href="#" (click)="navigateHome()">ngx-<span>admin Y</span></a>
|
<h1>
|
||||||
|
<a class="logo" href="#" (click)="navigateHome()">ngx-<span>admin</span></a>
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<nb-select [selected]="currentTheme" (selectedChange)="changeTheme($event)" status="primary">
|
<nb-select [selected]="currentTheme" (selectedChange)="changeTheme($event)" status="primary">
|
||||||
<nb-option *ngFor="let theme of themes" [value]="theme.value"> {{ theme.name }}</nb-option>
|
<nb-option *ngFor="let theme of themes" [value]="theme.value"> {{ theme.name }}</nb-option>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,9 @@ import { Component } from '@angular/core';
|
||||||
</nb-layout-header>
|
</nb-layout-header>
|
||||||
|
|
||||||
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive>
|
<nb-sidebar class="menu-sidebar" tag="menu-sidebar" responsive>
|
||||||
<ng-content select="nb-menu"></ng-content>
|
<nav>
|
||||||
|
<ng-content select="nb-menu"></ng-content>
|
||||||
|
</nav>
|
||||||
</nb-sidebar>
|
</nb-sidebar>
|
||||||
|
|
||||||
<nb-layout-column>
|
<nb-layout-column>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue