| @@ -169,9 +169,8 @@ | ||
| 169 | 169 | $fields['color'] = [ |
| 170 | 170 | 'label' => esc_html__( 'Color', 'elementor' ), |
| 171 | 171 | 'type' => Controls_Manager::COLOR, |
| 172 | 172 | 'default' => '', |
| 173 | - 'control_type' => 'content', | |
| 174 | 173 | 'title' => esc_html__( 'Background Color', 'elementor' ), |
| 175 | 174 | 'selectors' => [ |
| 176 | 175 | '{{SELECTOR}}' => 'background-color: {{VALUE}};', |
| 177 | 176 | ], |
| @@ -201,9 +200,8 @@ | ||
| 201 | 200 | 'label' => esc_html__( 'Second Color', 'elementor' ), |
| 202 | 201 | 'type' => Controls_Manager::COLOR, |
| 203 | 202 | 'default' => '#f2295b', |
| 204 | 203 | 'render_type' => 'ui', |
| 205 | - 'control_type' => 'content', | |
| 206 | 204 | 'condition' => [ |
| 207 | 205 | 'background' => [ 'gradient' ], |
| 208 | 206 | ], |
| 209 | 207 | 'of_type' => 'gradient', |