Administration: Remove a misleading pointer cursor from list items in the admin menu.

This prevents unclickable areas within the menu from appearing clickable.

Props circlecube, kurudrive, ryelle, opurockey

Fixes #51551


git-svn-id: https://develop.svn.wordpress.org/trunk@51684 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2021-08-28 13:44:52 +00:00
parent a632c8592b
commit b29e32c28f

View File

@ -161,7 +161,6 @@
#adminmenu li {
margin: 0;
padding: 0;
cursor: pointer;
}
#adminmenu a {