(apps/ecommerce) Tweaked hover color on inventory list for better consistency

This commit is contained in:
sercan 2021-05-07 12:43:04 +03:00
parent 039eef98ee
commit 5c3db88908

View File

@ -470,7 +470,7 @@
</ng-container> </ng-container>
</div> </div>
<div <div
class="flex items-center h-10 min-h-10 -ml-0.5 pl-4 pr-3 leading-none cursor-pointer border-t hover:bg-hover" class="flex items-center h-10 min-h-10 -ml-0.5 pl-4 pr-3 leading-none cursor-pointer border-t hover:bg-gray-50 dark:hover:bg-hover"
*ngIf="shouldShowCreateTagButton(newTagInput.value)" *ngIf="shouldShowCreateTagButton(newTagInput.value)"
(click)="createTag(newTagInput.value); newTagInput.value = ''" (click)="createTag(newTagInput.value); newTagInput.value = ''"
matRipple> matRipple>
@ -533,7 +533,7 @@
mat-header-row mat-header-row
*matHeaderRowDef="productsTableColumns; sticky: true"></tr> *matHeaderRowDef="productsTableColumns; sticky: true"></tr>
<tr <tr
class="h-18 hover:bg-hover" class="h-18 hover:bg-gray-100 dark:hover:bg-hover"
mat-row mat-row
*matRowDef="let product; columns: productsTableColumns;"></tr> *matRowDef="let product; columns: productsTableColumns;"></tr>
<tr <tr