TSK-1466: remove inline style
This commit is contained in:
parent
7693c25efa
commit
713ecfdb00
|
@ -1,8 +1,8 @@
|
|||
<div class="sort">
|
||||
<button class="sort__button" mat-stroked-button style="color: #555;" [matMenuTriggerFor]="sortMenu" matTooltip="Sort workbaskets">
|
||||
<button class="sort__button" mat-stroked-button [matMenuTriggerFor]="sortMenu" matTooltip="Sort workbaskets">
|
||||
<mat-icon>sort</mat-icon>
|
||||
|
||||
<mat-menu #sortMenu="matMenu">
|
||||
<mat-menu #sortMenu="matMenu" >
|
||||
<button mat-menu-item [matMenuTriggerFor]="sortDirection">Sort direction</button>
|
||||
<button mat-menu-item [matMenuTriggerFor]="sortValue">Sort value</button>
|
||||
</mat-menu>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
.sort__button {
|
||||
outline: none;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.mat-menu-item {
|
||||
|
|
Loading…
Reference in New Issue