← All changes
|
app/Elementor/Widgets/Controls/CartTableSettings.php
+7
-7
3.4.2
→
3.2.6
View file →
| @@ -86,9 +86,9 @@ | ||
| 86 | 86 | 'type' => 'color', |
| 87 | 87 | |
| 88 | 88 | 'separator' => 'default', |
| 89 | 89 | 'selectors' => [ |
| 90 | - self::$selectors['clear_cart_button_bg_color'] => 'background-color: {{VALUE}} !important;', | |
| 90 | + self::$selectors['clear_cart_button_bg_color'] => 'background-color: {{VALUE}};', | |
| 91 | 91 | ], |
| 92 | 92 | ], |
| 93 | 93 | 'clear_cart_button_text_color' => [ |
| 94 | 94 | 'label' => esc_html__( 'Color', 'shopbuilder' ), |
| @@ -94,9 +94,9 @@ | ||
| 94 | 94 | 'label' => esc_html__( 'Color', 'shopbuilder' ), |
| 95 | 95 | 'type' => 'color', |
| 96 | 96 | |
| 97 | 97 | 'selectors' => [ |
| 98 | - self::$selectors['clear_cart_button_text_color'] => 'color: {{VALUE}} !important;', | |
| 98 | + self::$selectors['clear_cart_button_text_color'] => 'color: {{VALUE}};', | |
| 99 | 99 | ], |
| 100 | 100 | ], |
| 101 | 101 | 'clear_cart_button_border_color' => [ |
| 102 | 102 | 'label' => esc_html__( 'Border Color', 'shopbuilder' ), |
| @@ -102,9 +102,9 @@ | ||
| 102 | 102 | 'label' => esc_html__( 'Border Color', 'shopbuilder' ), |
| 103 | 103 | 'type' => 'color', |
| 104 | 104 | |
| 105 | 105 | 'selectors' => [ |
| 106 | - self::$selectors['clear_cart_button_border_color'] => 'border-color: {{VALUE}} !important;', | |
| 106 | + self::$selectors['clear_cart_button_border_color'] => 'border-color: {{VALUE}};', | |
| 107 | 107 | ], |
| 108 | 108 | ], |
| 109 | 109 | 'clear_cart_button_normal_end' => [ |
| 110 | 110 | 'mode' => 'tab_end', |
| @@ -118,9 +118,9 @@ | ||
| 118 | 118 | 'type' => 'color', |
| 119 | 119 | 'separator' => 'default', |
| 120 | 120 | |
| 121 | 121 | 'selectors' => [ |
| 122 | - self::$selectors['clear_cart_button_bg_color_hover'] => 'background-color: {{VALUE}} !important;', | |
| 122 | + self::$selectors['clear_cart_button_bg_color_hover'] => 'background-color: {{VALUE}};', | |
| 123 | 123 | ], |
| 124 | 124 | ], |
| 125 | 125 | 'clear_cart_button_text_color_hover' => [ |
| 126 | 126 | 'label' => esc_html__( 'Color', 'shopbuilder' ), |
| @@ -126,9 +126,9 @@ | ||
| 126 | 126 | 'label' => esc_html__( 'Color', 'shopbuilder' ), |
| 127 | 127 | 'type' => 'color', |
| 128 | 128 | |
| 129 | 129 | 'selectors' => [ |
| 130 | - self::$selectors['clear_cart_button_text_color_hover'] => 'color: {{VALUE}} !important;', | |
| 130 | + self::$selectors['clear_cart_button_text_color_hover'] => 'color: {{VALUE}};', | |
| 131 | 131 | ], |
| 132 | 132 | ], |
| 133 | 133 | 'clear_cart_button_border_color_hover' => [ |
| 134 | 134 | 'label' => esc_html__( 'Border Color', 'shopbuilder' ), |
| @@ -134,9 +134,9 @@ | ||
| 134 | 134 | 'label' => esc_html__( 'Border Color', 'shopbuilder' ), |
| 135 | 135 | 'type' => 'color', |
| 136 | 136 | |
| 137 | 137 | 'selectors' => [ |
| 138 | - self::$selectors['clear_cart_button_border_color_hover'] => 'border-color: {{VALUE}} !important;', | |
| 138 | + self::$selectors['clear_cart_button_border_color_hover'] => 'border-color: {{VALUE}};', | |
| 139 | 139 | ], |
| 140 | 140 | ], |
| 141 | 141 | 'clear_cart_button_hover_end' => [ |
| 142 | 142 | 'mode' => 'tab_end', |
| @@ -1237,9 +1237,9 @@ | ||
| 1237 | 1237 | 'max' => 100, |
| 1238 | 1238 | ], |
| 1239 | 1239 | ], |
| 1240 | 1240 | 'selectors' => [ |
| 1241 | - self::$selectors['coupon_input_height'] => 'height: {{SIZE}}{{UNIT}} !important; max-height: {{SIZE}}{{UNIT}} !important;', | |
| 1241 | + self::$selectors['coupon_input_height'] => 'height: {{SIZE}}{{UNIT}} !important;', | |
| 1242 | 1242 | ], |
| 1243 | 1243 | ], |
| 1244 | 1244 | 'coupon_input_border' => [ |
| 1245 | 1245 | 'mode' => 'group', |