Skip to content

Commit 6170ed2

Browse files
committed
[FlipBox] Fixed icon padding selector
1 parent 39c6575 commit 6170ed2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

widgets/flip-box.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,7 @@ protected function _register_controls() {
440440
'size' => 5,
441441
],
442442
'selectors' => [
443-
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon i' => 'margin-bottom: {{SIZE}}{{UNIT}};',
444-
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon svg' => 'margin-bottom: {{SIZE}}{{UNIT}};',
443+
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-front .mt-flipbox-icon' => 'margin-bottom: {{SIZE}}{{UNIT}};'
445444
],
446445
'condition' => [
447446
'front_graphic_element' => 'icon',
@@ -946,8 +945,7 @@ protected function _register_controls() {
946945
'size' => 5,
947946
],
948947
'selectors' => [
949-
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-back .mt-flipbox-icon i' => 'margin-bottom: {{SIZE}}{{UNIT}};',
950-
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-back .mt-flipbox-icon svg' => 'margin-bottom: {{SIZE}}{{UNIT}};',
948+
'{{WRAPPER}} .mt-flipbox-wrapper .mt-flipbox-card .mt-flipbox-back .mt-flipbox-icon' => 'margin-bottom: {{SIZE}}{{UNIT}};'
951949
],
952950
'condition' => [
953951
'back_graphic_element' => 'icon',

0 commit comments

Comments
 (0)