As there are some class name changes in the 8.x version of the mmenu library we should document those and write an upgrade guide for the module. This task is for the D8 module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | document_upgrade-3090510-3.patch | 2.73 KB | tanc |
Comments
Comment #2
paulpopus commentedUpgraded the module from 2.x to 3.x on one site and here are some issues I've had to fix in the CSS.
Having the module's stylesheet included:
- mm-wrapper class will now have an overflow-x hidden style on it which can add an annoying scrollbar for some sites
- the mm- classes have been moved from the html element to the body element
- the icon before & after elements will have changed, as in by default they will be showing properly, so if you manually fixed this in 2.x you'll need to reverse this
Will update if I find more things.
Comment #3
tancDocumentation updated with an example of changed css. I think this is probably sufficient to help people understand there are some changes (if they read the docs). Other issues can be handled in the issue queue and the docs updated with fixes if appropriate.
Comment #5
tanc