#3924 closed defect (bug) (fixed)
Hover issue in the Handbook pages (possibly a regression)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description (last modified by )
In the Handbook pages, there is a conflict between these styles below.
.menu-table-of-contents-container > ul > li.open > div > a:hover { color: #fff; } .menu-table-of-contents-container ul a.active, .menu-table-of-contents-container .current-menu-item > a { color: #555; background-color: #fff; }
Because of that while hovering active item the text and background get white. Example: https://wordpress.org/gutenberg/handbook/language/ (hover The Language of Gutenberg item).
This issue was reported and closed 10 months ago in ticket #3400 so I think that occurred a regression.
Attachments (1)
Change History (5)
#4
@
6 years ago
And for a little clarification: this isn't technically a regression. While it is the same issue as in #3400, the styles causing the issue are theme-specific. The handbooks affected in #3400 use the Breathe theme, whereas Gutenberg uses its own theme.
(But thanks for pointing out the related ticket!)
Note: See
TracTickets for help on using
tickets.
In 7849: