Ticket #42001: 42001.4.diff
File 42001.4.diff, 1.2 KB (added by , 5 years ago) |
---|
-
src/js/_enqueues/admin/widgets.js
127 127 }); 128 128 129 129 $(document.body).bind('click.widgets-toggle', function(e) { 130 var target = $(e.target), 131 css = { 'z-index': 100 }, 130 var target = $(e.target), css = {}, 132 131 widget, inside, targetWidth, widgetWidth, margin, saveButton, widgetId, 133 132 toggleBtn = target.closest( '.widget' ).find( '.widget-top button.widget-action' ); 134 133 … … 212 211 handle: '> .widget-top > .widget-title', 213 212 distance: 2, 214 213 helper: 'clone', 215 zIndex: 10 0,214 zIndex: 101, 216 215 containment: '#wpwrap', 217 216 refreshPositions: true, 218 217 start: function( event, ui ) { -
src/wp-admin/css/widgets.css
6 6 box-sizing: border-box; 7 7 } 8 8 9 .widget.open { 10 z-index: 99; 11 } 12 .widget.open:focus-within { 13 z-index: 100; 14 } 15 9 16 .widget-top { 10 17 font-size: 13px; 11 18 font-weight: 600;