| @@ -202,8 +202,10 @@ | ||
| 202 | 202 | [ |
| 203 | 203 | 'label' => __( 'Icon', 'elementor' ), |
| 204 | 204 | 'type' => Controls_Manager::ICONS, |
| 205 | 205 | 'fa4compatibility' => 'icon', |
| 206 | + 'skin' => 'inline', | |
| 207 | + 'label_block' => false, | |
| 206 | 208 | ] |
| 207 | 209 | ); |
| 208 | 210 | |
| 209 | 211 | $this->add_control( |
| @@ -399,9 +401,9 @@ | ||
| 399 | 401 | 'border_radius', |
| 400 | 402 | [ |
| 401 | 403 | 'label' => __( 'Border Radius', 'elementor' ), |
| 402 | 404 | 'type' => Controls_Manager::DIMENSIONS, |
| 403 | - 'size_units' => [ 'px', '%' ], | |
| 405 | + 'size_units' => [ 'px', '%', 'em' ], | |
| 404 | 406 | 'selectors' => [ |
| 405 | 407 | '{{WRAPPER}} .elementor-button' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', |
| 406 | 408 | ], |
| 407 | 409 | ] |