[wp-meta] [Making WordPress.org] #3400: Hover Styling Error on Selected Chapter with Dropdown Menu
Making WordPress.org
noreply at wordpress.org
Thu Jan 25 04:56:14 UTC 2018
#3400: Hover Styling Error on Selected Chapter with Dropdown Menu
-------------------------+---------------------
Reporter: mikeengland | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Handbooks | Keywords: Styling
-------------------------+---------------------
In the Handbook on pages that have chapter menus I noticed that while
hovering over an active chapter, that has a drop down, the top level menu
item white text on a white background while hovering.
'''Example Page:'''
[https://make.wordpress.org/docs/handbook/developer-resources/]
If you select "Developer Resources" in the chapters menu and then hover
over it the effect should be recreated.
'''Current Styling'''
{{{
.menu-table-of-contents-container > ul > li.open > div > a:hover {
color: #fff;
}
}}}
'''
Simple Fix'''
{{{
.menu-table-of-contents-container > ul > li.open > div > a:hover {
color: #fff;
background-color: #0073aa;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3400>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list