[wp-trac] [WordPress Trac] #56594: Change position of "Delete menu" action
WordPress Trac
noreply at wordpress.org
Sat Sep 17 12:02:13 UTC 2022
#56594: Change position of "Delete menu" action
-------------------------+-----------------------------
Reporter: 90lines | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Menus | Version: 6.0.2
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
Many have noticed a usability problem with the "delete menu" action on wp-
admin/nav-menus.php. When editing a menu item the "delete menu" and
"Remove" actions can be confusing. I think it would be more correct to
combine this action with the "save menu" button so as to have a single
area with the actions related to the selected menu.
By editing this nav menu css at row 853
https://github.com/WordPress/WordPress/blob/master/wp-admin/css/nav-
menus.css
/**/
.nav-menus-php .delete-action {
float: right;
line-height: 2.1;
margin: 0 15px;
}
I found a solution that I think is more usable
https://im.ge/i/11BSdy
https://im.ge/i/11B1JJ
https://im.ge/i/11BdPS
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56594>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list