[wp-trac] [WordPress Trac] #52778: Admin menu hover on menu and submenu items adds 4px inset box shadow
WordPress Trac
noreply at wordpress.org
Thu Mar 11 14:34:50 UTC 2021
#52778: Admin menu hover on menu and submenu items adds 4px inset box shadow
--------------------------------------+---------------------------------
Reporter: dingo_d | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.7
Severity: normal | Resolution:
Keywords: dev-feedback 2nd-opinion | Focuses: ui, administration
--------------------------------------+---------------------------------
Comment (by dingo_d):
This seems to be triggering it
{{{
#adminmenu a:focus, #adminmenu a:hover, .folded #adminmenu .wp-submenu-
head:hover {
box-shadow: inset 4px 0 0 0 currentColor;
transition: box-shadow .1s linear;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52778#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list