PluginProbe
Elementor Website Builder – more than just a page builder / 3.13.2
Elementor Website Builder – more than just a page builder v3.13.2
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | core/kits/views/panel.php +6 -4 4.1.0-dev23.13.2 View file →
@@ -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>