Make WordPress Core

Changeset 44567


Ignore:
Timestamp:
01/11/2019 01:55:28 PM (6 years ago)
Author:
afercia
Message:

Menus: Make menu items not jump while dragging items.

Props alexvorn2, welcher, afercia.
Fixes #41160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/nav-menus.css

    r43018 r44567  
    493493
    494494li.menu-item.ui-sortable-helper .menu-item-transport .menu-item-bar {
    495     margin-top: 13px;
     495    margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */
    496496}
    497497
     
    499499    height: 35px;
    500500    width: 410px;
    501     margin-top: 13px;
     501    margin-top: 9px; /* Must use the same value used by the dragged item .menu-item-bar */
    502502}
    503503
Note: See TracChangeset for help on using the changeset viewer.