Opened 12 years ago
Closed 12 years ago
#26083 closed defect (bug) (fixed)
sidebar submenu overlapped by current theme block after theme activation
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Customize | Keywords: | has-patch commit |
| Focuses: | ui | Cc: |
Description
Steps to reproduce:
- if on Firefox/Chrome, make sure not to use Firebug/Inspect Element
- activate a new theme
- hover over "Posts", "Media" or "Pages" to see that their sub-menus become hidden
I have tried to adjust the obvious one (add z-index: 11;to line 1788 on wp-admin.css #adminmenu .wp-not-current-submenu .wp-submenu), but that does not have the desired outcome.
Attachments (2)
Change History (7)
#3
follow-up:
↓ 4
@
12 years ago
- Keywords commit added
In 26083.patch, the first selector becomes redundant.
I guess we can just merge that rule with the previous block (.theme.active .theme-actions): 26083.2.patch. Didn't notice any side effects.
#4
in reply to:
↑ 3
@
12 years ago
Replying to SergeyBiryukov:
In 26083.patch, the first selector becomes redundant.
I'm sorry, I didn't realise that the first selector was redundant.
Note: See
TracTickets for help on using
tickets.

Confirmed.