From 6eab904a93d686a844279ebb86662a40b2ebcdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= Date: Wed, 7 Aug 2024 15:13:49 +0700 Subject: [PATCH 01/11] MARP-798 Update Cursor for pages --- .../product/product-card/product-card.component.scss | 1 + .../add-feedback-dialog.component.html | 2 +- .../show-feedbacks-dialog.component.html | 2 +- .../product-detail-version-action.component.html | 4 ++-- .../product-detail/product-detail.component.html | 10 +++++----- .../product-filter/product-filter.component.scss | 6 +++++- .../src/app/modules/product/product.component.scss | 1 + .../shared/components/footer/footer.component.html | 11 ++++++----- .../header/search-bar/search-bar.component.scss | 1 + .../theme-selection/theme-selection.component.scss | 1 + .../src/app/shared/constants/common.constant.ts | 9 ++++++--- marketplace-ui/src/assets/scss/custom-style.scss | 7 +++++++ 12 files changed, 37 insertions(+), 18 deletions(-) diff --git a/marketplace-ui/src/app/modules/product/product-card/product-card.component.scss b/marketplace-ui/src/app/modules/product/product-card/product-card.component.scss index 46683984f..16b6e5e61 100644 --- a/marketplace-ui/src/app/modules/product/product-card/product-card.component.scss +++ b/marketplace-ui/src/app/modules/product/product-card/product-card.component.scss @@ -6,6 +6,7 @@ img { .card { background-color: var(--ivy-secondary-bg); border: 1px solid var(--ivy-border-color); + cursor: pointer; } .card__title { diff --git a/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.html b/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.html index 9eca9042f..6ef300d1c 100644 --- a/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.html +++ b/marketplace-ui/src/app/modules/product/product-detail/product-detail-feedback/product-star-rating-panel/add-feedback-dialog/add-feedback-dialog.component.html @@ -6,7 +6,7 @@ aria-label="Close" (click)="activeModal.dismiss()"> -