← All changes
|
core/kits/documents/tabs/settings-lightbox.php
+1
-3
4.2.0-beta2
→
3.13.2
View file →
| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | |
| 5 | 5 | use Elementor\Controls_Manager; |
| 6 | 6 | |
| 7 | 7 | if ( ! defined( 'ABSPATH' ) ) { |
| 8 | - exit; // Exit if accessed directly. | |
| 8 | + exit; // Exit if accessed directly | |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | class Settings_Lightbox extends Tab_Base { |
| 12 | 12 | |
| @@ -172,9 +172,8 @@ | ||
| 172 | 172 | 'lightbox_icons_size', |
| 173 | 173 | [ |
| 174 | 174 | 'label' => esc_html__( 'Toolbar Icons Size', 'elementor' ), |
| 175 | 175 | 'type' => Controls_Manager::SLIDER, |
| 176 | - 'size_units' => [ 'px', 'em', 'rem', 'vw', 'custom' ], | |
| 177 | 176 | 'selectors' => [ |
| 178 | 177 | '.elementor-lightbox' => '--lightbox-header-icons-size: {{SIZE}}{{UNIT}}', |
| 179 | 178 | ], |
| 180 | 179 | 'separator' => 'before', |
| @@ -185,9 +184,8 @@ | ||
| 185 | 184 | 'lightbox_slider_icons_size', |
| 186 | 185 | [ |
| 187 | 186 | 'label' => esc_html__( 'Navigation Icons Size', 'elementor' ), |
| 188 | 187 | 'type' => Controls_Manager::SLIDER, |
| 189 | - 'size_units' => [ 'px', 'em', 'rem', 'vw', 'custom' ], | |
| 190 | 188 | 'selectors' => [ |
| 191 | 189 | '.elementor-lightbox' => '--lightbox-navigation-icons-size: {{SIZE}}{{UNIT}}', |
| 192 | 190 | ], |
| 193 | 191 | 'separator' => 'before', |