| @@ -32,15 +32,17 @@ | ||
| 32 | 32 | removeIcon = 'eicon-disable-trash-o' |
| 33 | 33 | } |
| 34 | 34 | #> |
| 35 | 35 | <# if ( itemActions.sort ) { #> |
| 36 | - <button class="elementor-repeater-row-tool elementor-repeater-row-tools elementor-repeater-tool-sort" aria-label="<?php echo esc_attr__( 'Reorder', 'elementor' ); ?>"> | |
| 36 | + <div class="elementor-repeater-row-tool elementor-repeater-row-tools elementor-repeater-tool-sort"> | |
| 37 | 37 | <i class="eicon-cursor-move" aria-hidden="true"></i> |
| 38 | - </button> | |
| 38 | + <span class="elementor-screen-only"><?php echo esc_html__( 'Reorder', 'elementor' ); ?></span> | |
| 39 | + </div> | |
| 39 | 40 | <# } #> |
| 40 | - <button class="elementor-repeater-row-tool elementor-repeater-tool-{{{ removeClass }}}" aria-label="<?php echo esc_attr__( 'Remove', 'elementor' ); ?>"> | |
| 41 | + <div class="elementor-repeater-row-tool elementor-repeater-tool-{{{ removeClass }}}"> | |
| 41 | 42 | <i class="{{{ removeIcon }}}" aria-hidden="true"></i> |
| 42 | 43 | <# if ( itemActions.remove ) { #> |
| 44 | + <span class="elementor-screen-only"><?php echo esc_html__( 'Remove', 'elementor' ); ?></span> | |
| 43 | 45 | <# } #> |
| 44 | - </button> | |
| 46 | + </div> | |
| 45 | 47 | <div class="elementor-repeater-row-controls"></div> |
| 46 | 48 | </script> |