Skip to content
Snippets Groups Projects
Verified Commit f8dda8f5 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #12085 TIME 0:15 css hover edit order group

parent 030d4d23
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
<mat-panel-title>
<i class="fa fa-inbox panelIconMenu"></i>&nbsp;{{lang.myBaskets}}
</mat-panel-title>
<div title="{{lang.listConfiguration}}" (click)="$event.stopPropagation();editGroupOrder()">
<mat-icon [ngStyle]="{'color': editOrderGroups ? 'orange' : '#135F7F', 'opacity': editOrderGroups ? '1' : '0.4'}" mat-list-icon class="fa fa-cog" style="height:auto;"></mat-icon>
<div title="{{lang.listConfiguration}}" (click)="$event.stopPropagation();editGroupOrder()" (mouseover)="hoverEditGroupOrder=true" (mouseleave)="hoverEditGroupOrder=false">
<mat-icon [ngStyle]="{'color': editOrderGroups ? 'orange' : '#135F7F', 'opacity': editOrderGroups || hoverEditGroupOrder ? '1' : '0.4'}" mat-list-icon class="fa fa-cog" style="height:auto;"></mat-icon>
</div>
</mat-expansion-panel-header>
<ng-container *ngIf="!loading">
......
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