Opened 15 years ago
Closed 13 years ago
#17786 closed defect (bug) (invalid)
Admin Bar CSS Theme Override Bug
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.2 |
| Component: | Toolbar | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Found another bug conflicting with themes, specifically Genesis.
Attachments (2)
Change History (8)
#2
@
15 years ago
From Genesis style.css:
/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
left: -9999px;
}
#3
@
15 years ago
- Cc nathanrice added
This won't make it into 3.2. So this sounds like this is something Genesis could fix on their end, instead.
#5
@
15 years ago
Probably is something they can fix, but i think it's equally important that the Admin Bar doesn't effect the page layout as well as being resilient against being modified by theme code. If not 3.2, then 3.2.1?
#6
@
13 years ago
- Component changed from UI to Toolbar
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Took a look at Genesis now - seems to have made the selector more specific with .menu, which seems appropriate, and still compensates for the toolbar, which may not be necessary anymore. I would think that the previous selectors would have adversely affected regular content as well.
Note: See
TracTickets for help on using
tickets.
admin bar css reset addition