Opened 10 years ago
Closed 10 years ago
#29339 closed defect (bug) (fixed)
At small viewports when there is no menu, the Media Modal title down arrow should not appear
Reported by: | gcorne | Owned by: | helen |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Media | Keywords: | needs-patch |
Focuses: | ui | Cc: |
Description
At small viewports when there is no menu, the Media Modal title down arrow should not appear, the title should probably be dark gray instead of blue, and the cursor should also not be a pointer.
Attachments (4)
Change History (11)
This ticket was mentioned in IRC in #wordpress-dev by helen. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
Not sure what the best approach is here - there currently aren't any classes or anything to indicate whether there's a menu or not in a given instance of the media modal. And in some cases, like with the edit details modal, there is a menu, but it's hidden with css.
We could just use the
.image-details
class to hide it on that particular modal, but I don't see an existing class that would work for featured images and this generally seems like a bad approach. Maybe we should add a.has-menu
or.no-menu
class?