Changeset 59546
- Timestamp:
- 12/20/2024 03:19:10 PM (2 months ago)
- Location:
- branches/6.7
- Files:
-
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
- Property svn:mergeinfo changed
/trunk merged: 59448,59451
- Property svn:mergeinfo changed
-
branches/6.7/src/js/_enqueues/wp/customize/controls.js
r59224 r59546 1531 1531 1532 1532 // Expand/Collapse accordion sections on click. 1533 section.container.find( '.accordion-section-title button, .customize-section-back ' ).on( 'click keydown', function( event ) {1533 section.container.find( '.accordion-section-title button, .customize-section-back, .accordion-section-title[tabindex]' ).on( 'click keydown', function( event ) { 1534 1534 if ( api.utils.isKeydownButNotEnterEvent( event ) ) { 1535 1535 return; … … 1606 1606 overlay = section.headContainer.closest( '.wp-full-overlay' ), 1607 1607 backBtn = content.find( '.customize-section-back' ), 1608 sectionTitle = section.headContainer.find( '.accordion-section-title button ' ).first(),1608 sectionTitle = section.headContainer.find( '.accordion-section-title button, .accordion-section-title[tabindex]' ).first(), 1609 1609 expand, panel; 1610 1610 … … 2695 2695 content = section.contentContainer, 2696 2696 backBtn = content.find( '.customize-section-back' ), 2697 sectionTitle = section.headContainer.find( '.accordion-section-title button ' ).first(),2697 sectionTitle = section.headContainer.find( '.accordion-section-title button, .accordion-section-title[tabindex]' ).first(), 2698 2698 body = $( document.body ), 2699 2699 expand, panel; … … 2834 2834 2835 2835 // Expand/Collapse accordion sections on click. 2836 panel.headContainer.find( '.accordion-section-title button ' ).on( 'click keydown', function( event ) {2836 panel.headContainer.find( '.accordion-section-title button, .accordion-section-title[tabindex]' ).on( 'click keydown', function( event ) { 2837 2837 if ( api.utils.isKeydownButNotEnterEvent( event ) ) { 2838 2838 return; … … 2938 2938 overlay = accordionSection.closest( '.wp-full-overlay' ), 2939 2939 container = accordionSection.closest( '.wp-full-overlay-sidebar-content' ), 2940 topPanel = panel.headContainer.find( '.accordion-section-title button ' ),2940 topPanel = panel.headContainer.find( '.accordion-section-title button, .accordion-section-title[tabindex]' ), 2941 2941 backBtn = accordionSection.find( '.customize-panel-back' ), 2942 2942 childSections = panel.sections(), -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/01-evening.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Evening", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/02-noon.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Noon", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/03-dusk.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Dusk", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/04-afternoon.json
r59331 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Afternoon", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/05-twilight.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Twilight", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/06-morning.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Morning", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/07-sunrise.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Sunrise", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/08-midnight.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Midnight", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/blocks/01-display.json
r59146 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Display", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/blocks/02-subtitle.json
r59146 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Subtitle", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/blocks/03-annotation.json
r59269 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Annotation", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Pill shaped", 5 5 "slug": "post-terms-1", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/01-evening.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Evening", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/02-noon.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Noon", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/03-dusk.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Dusk", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/04-afternoon.json
r59233 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Afternoon", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/05-twilight.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Twilight", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Morning", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/07-sunrise.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Sunrise", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/colors/08-midnight.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "title": "Midnight", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-1.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "slug": "section-1", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-2.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "slug": "section-2", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-3.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "slug": "section-3", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-4.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "slug": "section-4", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/sections/section-5.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "slug": "section-5", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-1.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Beiruti & Literata", 5 5 "slug": "typography-preset-1", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-2.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Vollkorn & Fira Code", 5 5 "slug": "typography-preset-2", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-3.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Platypi & Ysabeau Office", 5 5 "slug": "typography-preset-3", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-4.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Roboto Slab & Manrope", 5 5 "slug": "typography-preset-4", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-5.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Literata & Ysabeau Office", 5 5 "slug": "typography-preset-5", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-6.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Platypi & Literata", 5 5 "slug": "typography-preset-6", -
branches/6.7/src/wp-content/themes/twentytwentyfive/styles/typography/typography-preset-7.json
r59331 r59546 1 1 { 2 2 "version": 3, 3 "$schema": "https://schemas.wp.org/ trunk/theme.json",3 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 4 4 "title": "Literata & Fira Sans", 5 5 "slug": "typography-preset-7", -
branches/6.7/src/wp-content/themes/twentytwentyfive/theme.json
r59351 r59546 1 1 { 2 "$schema": "https://schemas.wp.org/ trunk/theme.json",2 "$schema": "https://schemas.wp.org/wp/6.7/theme.json", 3 3 "version": 3, 4 4 "settings": {
Note: See TracChangeset
for help on using the changeset viewer.