-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Bug fix for .lib-button-reset() not resetting text color #34445
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
base: 2.4-develop
Are you sure you want to change the base?
Conversation
Hi @schizek. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Run only required test builds during development. Run all test builds before sending your pull request for review. For more details, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
Is there something I need to do to debug the "Functional Test CE" that failed? |
I think test fails not related with your changes |
@magento run Functional Tests CE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
changes looks good to me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@magento create issue |
@magento run all tests |
@schizek Thank you for collaboration & contribution! Preconditions: Steps to reproduce: ✔️ QA PassedBefore: : PR34445-Before.movAfter: ✔️ PR34445-After.movSome of the builds are failing hence moving this PR in Extended Testing. |
@magento run all tests |
@magento run Functional Tests B2B |
The consistent test Failure in Functional B2B is a known issue and has JIRA associated with it. Other failures are flaky. They neither part of the PR nor failing because of the PR changes Known Issues: AdminCreateSeparateTemporaryUpdateForBundleProductToChangeChildProductsAssignmentTest ACQE-7821 hence moving this PR to Merge In Progress. |
Description (*)
Fixed issue where .lib-button-reset() resets the background but not the color.
Corrects issue where button text color does not provide enough contrast on standard background color (i.e. dark buttons with white text reset may present a white text on a white background).
Manual testing scenarios (*)
.lib-button-reset()
mixin such as the minicart "close" icon, it appears as a white "x" on a white background.Resolved issues: