← All changes
|
app/Elementor/Widgets/Controls/ArchiveViewModeSettings.php
+2
-1
2.2.2
→
3.2.6
View file →
| @@ -51,9 +51,10 @@ | ||
| 51 | 51 | 'label' => esc_html__( 'Icon Size (px)', 'shopbuilder' ), |
| 52 | 52 | 'type' => 'slider', |
| 53 | 53 | 'size_units' => [ 'px' ], |
| 54 | 54 | 'selectors' => [ |
| 55 | - $widget->selectors['icon_size'] => 'font-size: {{SIZE}}{{UNIT}};', | |
| 55 | + $widget->selectors['icon_size']['icon'] => 'font-size: {{SIZE}}{{UNIT}};', | |
| 56 | + $widget->selectors['icon_size']['svg'] => 'width: {{SIZE}}{{UNIT}};', | |
| 56 | 57 | ], |
| 57 | 58 | ], |
| 58 | 59 | 'mode_button_align' => [ |
| 59 | 60 | 'mode' => 'responsive', |