Skip to content
Snippets Groups Projects
Verified Commit 445fb210 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #9906 size up icon

parent e8851169
No related branches found
No related tags found
No related merge requests found
<div class="bg-head-title-tool">
<button mat-icon-button *ngIf="!mobileMode">
<mat-icon class="fa fa-search"></mat-icon>
<mat-icon class="fa fa-search" style="font-size:22px;"></mat-icon>
</button>
<button mat-icon-button [matMenuTriggerFor]="applications" *ngIf="!mobileMode" matTooltip="{{lang.menu}}">
<mat-icon class="fa fa-th"></mat-icon>
<mat-icon class="fa fa-th" style="font-size:22px;"></mat-icon>
</button>
<mat-menu #applications="matMenu" class="headerMaarchShortcut">
<ng-container *ngFor="let shortcut of headerService.menu">
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment