| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Control_Repeater; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | class Repeater extends Control_Repeater { |
| 11 | 11 | |
| @@ -55,14 +55,13 @@ | ||
| 55 | 55 | * @access public |
| 56 | 56 | */ |
| 57 | 57 | public function content_template() { |
| 58 | 58 | ?> |
| 59 | - <div class="elementor-repeater-fields-wrapper" role="list"></div> | |
| 59 | + <div class="elementor-repeater-fields-wrapper"></div> | |
| 60 | 60 | <# if ( itemActions.add ) { #> |
| 61 | 61 | <div class="elementor-button-wrapper"> |
| 62 | - <button class="elementor-button elementor-repeater-add" type="button"> | |
| 63 | - <i class="eicon-plus" aria-hidden="true"></i> | |
| 64 | - <span class="elementor-repeater__add-button__text">{{{ addButtonText }}}</span> | |
| 62 | + <button class="elementor-button elementor-button-default elementor-repeater-add" type="button"> | |
| 63 | + <i class="eicon-plus" aria-hidden="true"></i><span class="elementor-repeater__add-button__text">{{{ addButtonText }}}</span> | |
| 65 | 64 | </button> |
| 66 | 65 | </div> |
| 67 | 66 | <# } #> |
| 68 | 67 | <?php |