Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Pointer on Hover for Completed Items Icon #275

Closed
wants to merge 1 commit into from

Conversation

MohitNamdev22
Copy link

@MohitNamdev22 MohitNamdev22 commented Oct 13, 2023

Related Issues

Closes #271

Short Description and Why It's Useful

I gave a hover cursor pointer to visibility button in Purchase Order, now its easier for user visibility

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

@@ -109,7 +109,9 @@
<ion-text v-else color="medium" class="ion-margin-end">
{{ $t("COMPLETED: ITEM", { itemsCount: getPOItems('completed').length }) }}
</ion-text>
<ion-button fill="clear" >
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a click event on our ion-icon, if we wrap it in ion-button the event can't be triggered. Also UI changes a bit with ion-button.

@ymaheshwari1
Copy link
Contributor

Closing as handled in #286

R-Sourabh added a commit to R-Sourabh/receiving that referenced this pull request Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Pointer on Hover for Completed Items Icon
3 participants