mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(apps/ecommerce) Tweaked hover color on inventory list for better consistency
This commit is contained in:
parent
039eef98ee
commit
5c3db88908
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user