| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | <div class="elementor-control-input-wrapper"> |
| 48 | 48 | <div class="elementor-choices"> |
| 49 | 49 | <# _.each( data.options, function( options, value ) { #> |
| 50 | 50 | <input id="<?php $this->print_control_uid( $control_uid_input_type ); ?>" type="radio" name="elementor-choose-{{ data.name }}-{{ data._cid }}" value="{{ value }}"> |
| 51 | - <label class="elementor-choices-label elementor-control-unit-1 tooltip-target" for="<?php $this->print_control_uid( $control_uid_input_type ); ?>" data-tooltip="{{ options.title }}"> | |
| 51 | + <label class="elementor-choices-label elementor-control-unit-1 tooltip-target" for="<?php $this->print_control_uid( $control_uid_input_type ); ?>" data-tooltip="{{ options.title }}" title="{{ options.title }}"> | |
| 52 | 52 | <i class="{{ options.icon }}" aria-hidden="true"></i> |
| 53 | 53 | <span class="elementor-screen-only">{{{ options.title }}}</span> |
| 54 | 54 | </label> |
| 55 | 55 | <# } ); #> |