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 Built from https://develop.svn.wordpress.org/trunk@51684 git-svn-id: http://core.svn.wordpress.org/trunk@51290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
42c7a1fad5
commit
80c7b3cdf3
|
@ -162,7 +162,6 @@
|
|||
#adminmenu li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#adminmenu a {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -161,7 +161,6 @@
|
|||
#adminmenu li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#adminmenu a {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51683';
|
||||
$wp_version = '5.9-alpha-51684';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue