| @@ -304,9 +304,9 @@ | ||
| 304 | 304 | [ |
| 305 | 305 | 'label' => esc_html__( 'Border Color', 'elementor' ), |
| 306 | 306 | 'type' => Controls_Manager::COLOR, |
| 307 | 307 | 'selectors' => [ |
| 308 | - '{{WRAPPER}} .elementor-tab-content' => 'border-block-end-color: {{VALUE}};', | |
| 308 | + '{{WRAPPER}} .elementor-tab-content' => 'border-bottom-color: {{VALUE}};', | |
| 309 | 309 | '{{WRAPPER}} .elementor-tab-title' => 'border-color: {{VALUE}};', |
| 310 | 310 | ], |
| 311 | 311 | ] |
| 312 | 312 | ); |
| @@ -328,9 +328,9 @@ | ||
| 328 | 328 | 'max' => 10, |
| 329 | 329 | ], |
| 330 | 330 | ], |
| 331 | 331 | 'selectors' => [ |
| 332 | - '{{WRAPPER}} .elementor-toggle-item:not(:last-child)' => 'margin-block-end: {{SIZE}}{{UNIT}}', | |
| 332 | + '{{WRAPPER}} .elementor-toggle-item:not(:last-child)' => 'margin-bottom: {{SIZE}}{{UNIT}}', | |
| 333 | 333 | ], |
| 334 | 334 | ] |
| 335 | 335 | ); |
| 336 | 336 | |
| @@ -498,9 +498,10 @@ | ||
| 498 | 498 | 'max' => 10, |
| 499 | 499 | ], |
| 500 | 500 | ], |
| 501 | 501 | 'selectors' => [ |
| 502 | - '{{WRAPPER}} .elementor-toggle-icon' => 'margin-inline-end: {{SIZE}}{{UNIT}};', | |
| 502 | + '{{WRAPPER}} .elementor-toggle-icon.elementor-toggle-icon-left' => 'margin-right: {{SIZE}}{{UNIT}};', | |
| 503 | + '{{WRAPPER}} .elementor-toggle-icon.elementor-toggle-icon-right' => 'margin-left: {{SIZE}}{{UNIT}};', | |
| 503 | 504 | ], |
| 504 | 505 | ] |
| 505 | 506 | ); |
| 506 | 507 | |