Changeset 41948
- Timestamp:
- 10/19/2017 05:56:56 PM (7 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r41919 r41948 2318 2318 } 2319 2319 2320 .wp-full-overlay.in-themes-panel.themes-panel-expanded #customize-controls .wp-full-overlay-sidebar-content { 2321 overflow: visible; 2322 } 2323 2320 2324 .wp-customizer .theme-overlay .theme-backdrop { 2321 2325 background: rgba( 238, 238, 238, 0.75 ); -
trunk/src/wp-admin/js/customize-controls.js
r41947 r41948 3066 3066 .delay( 200 ).find( '.customize-themes-full-container' ).addClass( 'animate' ); 3067 3067 3068 _.delay( function() { 3069 overlay.addClass( 'themes-panel-expanded' ); 3070 }, 200 ); 3071 3068 3072 // Automatically open the installed themes section (except on small screens). 3069 3073 if ( 600 < window.innerWidth ) { … … 3072 3076 } else { 3073 3077 overlay 3074 .removeClass( 'in-themes-panel ' )3078 .removeClass( 'in-themes-panel themes-panel-expanded' ) 3075 3079 .find( '.customize-themes-full-container' ).removeClass( 'animate' ); 3076 3080 }
Note: See TracChangeset
for help on using the changeset viewer.