-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Updage seletor style in _message.les #36698
base: 2.4-develop
Are you sure you want to change the base?
Updage seletor style in _message.les #36698
Conversation
Adjustment in the styled element, so that there is no validation break when loading the style in email and in the frontend.
Hi @vitinhomorais00. 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. ✏️ 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. |
@magento give me test instance |
Hi @vitinhomorais00. Thank you for your request. I'm working on Magento instance for you. |
1 similar comment
Hi @vitinhomorais00. Thank you for your request. I'm working on Magento instance for you. |
run all tests |
Hi @vitinhomorais00, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later. |
1 similar comment
Hi @vitinhomorais00, unfortunately there is no ability to deploy Magento instance at the moment. Please try again later. |
run all tests |
1 similar comment
run all tests |
run all tests |
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.
@vitinhomorais00 Please sign CLA
@Den4ik CLA was signed. What would be the next step? |
@magento run all testes |
Failed to run the builds. Please try to re-run them later. |
@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. |
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.
✅ Changes looks good for me and don't require additional tests
@Den4ik Thanks. I will wait for the next steps. |
@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 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. |
@Den4ik Do you know an estimate where the tests end? |
It will be QAed according to priorities of internal team. Please wait updates |
@Den4ik Thanks for the update, I'll wait for updates from the team. |
@magento run all tests |
Manual testing is not required since this corrects the color format from invalid #green to green. Builds are failed. Hence moving it to Extended Testing. |
@magento run all tests |
@magento create issue |
Description (*)
Adjustment in the styled element, so that there is no validation break when loading the style in email and in the frontend.
Related Pull Requests
vitinhomorais00/magento2@2.4-develop...vitinhomorais00-patch-1
Manual testing scenarios (*)
Questions or comments
A footer and header template was created in a custom theme.
We manually took the styling from the file: lib/web/css/docs/source/_messages.less and included it in the theme.
Doing so always returns the error CSS inlining error: Warning: Uninitialized string offset 5 in
/var/www/html/Magento2/vendor/sabberworm/php-css-parser/src/Value/Color.php
on line56
view the email in a provider (gmail, outlook, mailinator, etc).We found the error in this line of code:
@message-custom-icon__background: #green;
The correct one would be
@message-custom-icon__background: green;
So, before it was giving an error during the compilation of the inline CSS in the email, when adjusting this styling it worked again.
We noticed that the same instruction exists in the native file and it would be interesting to have its value correct.
Contribution checklist (*)
Resolved issues: