[buddypress-trac] [BuddyPress Trac] #7310: Admin Bar: double arrows with WP 4.7 trunk
buddypress-trac
noreply at wordpress.org
Sat Oct 29 19:58:30 UTC 2016
#7310: Admin Bar: double arrows with WP 4.7 trunk
----------------------------+------------------------------
Reporter: Offereins | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: dev-feedback |
----------------------------+------------------------------
Comment (by mercime):
The arrows are welcome on small screens but not in screen widths large
than 600px. One way to fix these new right arrows from showing up in large
screens is by adding the following styles in `admin-bar.css`:
{{{
#wpadminbar .wp-admin-bar-arrow-right {
display: none;
}
@media screen and (max-width: 600px) {
#wpadminbar .wp-admin-bar-arrow-right {
display: block;
}
}
}}}
This works in IE 11 below as well as in modern browsers.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7310#comment:3>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list