- Timestamp:
- 10/08/2019 07:05:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/template-parts/modal-menu.php
r46357 r46445 18 18 <div class="menu-top"> 19 19 20 <button class="toggle close-nav-toggle fill-children-current-color" data-toggle-target=".menu-modal" data-toggle- screen-lock="true" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".menu-modal">21 <span class="toggle-text"><?php esc_html_e( 'Close Menu', 'twentytwenty' ); ?></span>20 <button class="toggle close-nav-toggle fill-children-current-color" data-toggle-target=".menu-modal" data-toggle-body-class="showing-menu-modal" aria-expanded="false" data-set-focus=".menu-modal"> 21 <span class="toggle-text"><?php _e( 'Close Menu', 'twentytwenty' ); ?></span> 22 22 <?php twentytwenty_the_theme_svg( 'cross' ); ?> 23 23 </button><!-- .nav-toggle --> … … 46 46 ?> 47 47 48 <nav class="expanded-menu<?php echo esc_attr( $expanded_nav_classes ); ?>" aria-label="<?php esc_attr_e( 'Expanded', 'twentytwenty' ); ?>" >48 <nav class="expanded-menu<?php echo esc_attr( $expanded_nav_classes ); ?>" aria-label="<?php esc_attr_e( 'Expanded', 'twentytwenty' ); ?>" role="navigation"> 49 49 50 50 <ul class="modal-menu reset-list-style"> … … 71 71 ?> 72 72 73 <nav class="mobile-menu" aria-label="<?php esc_attr_e( 'Mobile', 'twentytwenty' ); ?>" >73 <nav class="mobile-menu" aria-label="<?php esc_attr_e( 'Mobile', 'twentytwenty' ); ?>" role="navigation"> 74 74 75 75 <ul class="modal-menu reset-list-style"> … … 115 115 <?php if ( has_nav_menu( 'social' ) ) { ?> 116 116 117 <nav aria-label="<?php esc_attr_e( 'Expanded Social links', 'twentytwenty' ); ?>" >118 <ul class="social-menu reset-list-style social-icons s-icons">117 <nav aria-label="<?php esc_attr_e( 'Expanded Social links', 'twentytwenty' ); ?>" role="navigation"> 118 <ul class="social-menu reset-list-style social-icons fill-children-current-color"> 119 119 120 120 <?php
Note: See TracChangeset
for help on using the changeset viewer.