[wp-meta] [Making WordPress.org] #3924: Hover issue in the Handbook pages (possibly a regression)
Making WordPress.org
noreply at wordpress.org
Wed Nov 14 21:10:39 UTC 2018
#3924: Hover issue in the Handbook pages (possibly a regression)
-----------------------+--------------------------
Reporter: Rahmohn | Owner: coffee2code
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Handbooks | Resolution: fixed
Keywords: |
-----------------------+--------------------------
Changes (by SergeyBiryukov):
* component: General => Handbooks
Old description:
> 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
> [https://meta.trac.wordpress.org/ticket/3400 3400] so I think that
> occurred a regression.
New description:
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.
--
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3924#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list