[wp-meta] [Making WordPress.org] #4098: Burger icon not working in mobile view on ticket
Making WordPress.org
noreply at wordpress.org
Sun Jan 27 10:36:28 UTC 2019
#4098: Burger icon not working in mobile view on ticket
----------------------------------------------------+---------------------
Reporter: pratikgandhi | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Trac | Resolution:
Keywords: has-screenshots dev-feedback has-patch |
----------------------------------------------------+---------------------
Changes (by mukesh27):
* keywords: has-screenshots => has-screenshots dev-feedback has-patch
Comment:
Hi @pratikgandhi, Welcome to Meta WordPress Trac! Thanks for the report.
Above same issue happen in Meta and Core trac. Issue happen because of
before system used **toggled** class when burger menu click/open but now
when we click on burger menu it will use **active** class instead of
**toggled** and that's the issue.
{{{
#wporg-header ul#wporg-header-menu.toggled {
left: 0;
}
}}}
Needs to replace with
{{{
#wporg-header ul#wporg-header-menu.active {
left: 0;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4098#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list