Closed
Description
This issue is automatically created based on existing pull request: #30728: Module & Theme less optimization for cross browser compatibility.
Description (*)
Updated core modules & theme less design with Magento default Flex layout less mixins. Reference taken from <Magento2>/lib/web/css/source/lib/_utilities.less:409 Flex layout mixins
and my Magento 2 theme development experience. Using these provided mixins, the design will work on cross-browser platform properly. I've also removed some redundant code from some direct less styles, as they were already been covered by less mixins.
Related Pull Requests
N/A
Fixed Issues (if relevant)
N/A
Manual testing scenarios (*)
N/A
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)