Opened 13 years ago
Closed 13 years ago
#26083 closed defect (bug) (fixed)
sidebar submenu overlapped by current theme block after theme activation
| Reported by: | senlin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Customize | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | ui |
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
@
13 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
@
13 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Confirmed.