| @@ -67,16 +67,13 @@ | ||
| 67 | 67 | <i class="eicon-edit" aria-hidden="true"></i> |
| 68 | 68 | <span class="elementor-screen-only"><?php echo esc_html__( 'Edit', 'elementor' ); ?></span> |
| 69 | 69 | </label> |
| 70 | 70 | <input id="<?php $this->print_control_uid(); ?>-default" class="elementor-control-popover-toggle-reset" type="radio" name="elementor-choose-{{ data.name }}-{{ data._cid }}" value=""> |
| 71 | - <label class="elementor-control-popover-toggle-reset-label tooltip-target" for="<?php $this->print_control_uid(); ?>-default" data-tooltip="<?php echo esc_attr__( 'Back to default', 'elementor' ); ?>" data-tooltip-pos="s"> | |
| 71 | + <label class="elementor-control-popover-toggle-reset-label tooltip-target" for="<?php $this->print_control_uid(); ?>-default" data-tooltip="<?php echo esc_html__( 'Back to default', 'elementor' ); ?>" data-tooltip-pos="s"> | |
| 72 | 72 | <i class="eicon-undo" aria-hidden="true"></i> |
| 73 | 73 | <span class="elementor-screen-only"><?php echo esc_html__( 'Back to default', 'elementor' ); ?></span> |
| 74 | 74 | </label> |
| 75 | 75 | </div> |
| 76 | 76 | </div> |
| 77 | - <# if ( data.description ) { #> | |
| 78 | - <div class="elementor-control-field-description">{{{ data.description }}}</div> | |
| 79 | - <# } #> | |
| 80 | 77 | <?php |
| 81 | 78 | } |
| 82 | 79 | } |