-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Changes for PayPal affect core config fields with tooltip #21974
Comments
Hi @AndreasMueller75. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @AndreasMueller75 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi, i reworked the issue description. The issue is easily reproducible in Magento 2.3.1. |
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
I am working on this at #dmcdindia19” |
Hi @geet07. Thank you for working on this issue.
|
Hi @AndreasMueller75. Thank you for your report. The fix will be available with the upcoming 2.3.3 release. |
Preconditions (*)
Steps to reproduce (*)
time
with a tooltip in a group in a section (see below)Expected result (*)
The time fields are separated by colons (:)
Actual result (*)
The colons are missing (have a font-size of 0).
The reason
The change in vendor/magento/theme-adminhtml-backend/Magento_Backend/web/css/source/module/main/_collapsible-blocks.less from the following commit sets the font-size of all input-field labels with a tooltip to 0.
Proposed Resolution
The css selector (
.accordion .config .value.with-tooltip
) is too general and should be more precise for setting font-size: 0 in PayPals usecase.The text was updated successfully, but these errors were encountered: