| @@ -65,9 +65,9 @@ | ||
| 65 | 65 | <div class="elementor-control-image-selector-wrapper"> |
| 66 | 66 | <# _.each( data.options, function( options, value ) { #> |
| 67 | 67 | <div class="image-selector-inner{{ options.is_pro ? ' rtsb-pro' : '' }}" title="{{ ! options.is_pro ? '' : 'Upgrade to PRO!' }}" data-tooltip="{{ ! options.is_pro ? options.title : 'Upgrade to PRO!' }}"> |
| 68 | 68 | <input id="<?php echo esc_attr( $control_uid ); ?>" type="radio" name="elementor-image-selector-{{ data.name }}-{{ data._cid }}" value="{{ value }}" data-setting="{{ data.name }}"> |
| 69 | - <label class="rtsb-elementor-image-selector-label tooltip-target{{ options.is_pro ? ' is-pro' : '' }}" for="<?php echo esc_attr( $control_uid ); ?>" data-tooltip="{{ options.title }}" title="{{ options.title }}"> | |
| 69 | + <label class="elementor-image-selector-label tooltip-target{{ options.is_pro ? ' is-pro' : '' }}" for="<?php echo esc_attr( $control_uid ); ?>" data-tooltip="{{ options.title }}" title="{{ options.title }}"> | |
| 70 | 70 | <img src="{{ options.url }}" alt="{{ options.title }}"> |
| 71 | 71 | <span class="elementor-screen-only">{{{ options.title }}}</span> |
| 72 | 72 | </label> |
| 73 | 73 | </div> |