| @@ -132,14 +132,10 @@ | ||
| 132 | 132 | <div class="e-units-choices"> |
| 133 | 133 | <# _.each( data.size_units, function( unit ) { #> |
| 134 | 134 | <input id="elementor-choose-{{ data._cid + data.name + unit }}" type="radio" name="elementor-choose-{{ data.name + data._cid }}" data-setting="unit" value="{{ unit }}"> |
| 135 | 135 | <label class="elementor-units-choices-label" for="elementor-choose-{{ data._cid + data.name + unit }}" data-choose="{{{ unit }}}"> |
| 136 | - <# if ( 'custom' === unit ) { #> | |
| 137 | - <i class="eicon-edit" aria-hidden="true"></i> | |
| 138 | - <span class="elementor-screen-only"><?php echo esc_html__( 'Custom unit', 'elementor' ); ?></span> | |
| 139 | - <# } else { #> | |
| 140 | - <span>{{{ unit }}}</span> | |
| 141 | - <# } #> | |
| 136 | + <span>{{{ unit }}}</span> | |
| 137 | + <i class="eicon-edit"></i> | |
| 142 | 138 | </label> |
| 143 | 139 | <# } ); #> |
| 144 | 140 | </div> |
| 145 | 141 | </div> |