#52778 closed defect (bug) (invalid)
Admin menu hover on menu and submenu items adds 4px inset box shadow
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.7 |
Component: | Administration | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
When I hover on menu items or submenu items I get this weird inset shadow shown. This wasn't here before.
Is this a bug or some kind of a11y improvement?
Attachments (1)
Change History (5)
#1
@
4 years ago
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; }
Note: See
TracTickets for help on using
tickets.
There is a blue bar on the left side of the submenu. The same happens on menu hover.