Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Sep 7, 2023
1 parent d5aa8b5 commit ec63cf7
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions includes/widgets/rating.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,6 @@ private function add_style_tab() {
]
);

$this->add_control(
'icon_unmasked_color',
[
'label' => esc_html__( 'Unmarked Color', 'elementor' ),
'type' => Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}}' => '--e-rating-icon-color: {{VALUE}}',
],
]
);

$this->add_responsive_control(
'icon_gap',
[
Expand Down Expand Up @@ -107,7 +96,7 @@ private function add_style_tab() {
'label' => esc_html__( 'Color', 'elementor' ),
'type' => Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}}' => '--e-rating-star-marked-color: {{VALUE}}',
'{{WRAPPER}}' => '--e-rating-icon-marked-color: {{VALUE}}',
],
'separator' => 'before',
]
Expand All @@ -119,7 +108,7 @@ private function add_style_tab() {
'label' => esc_html__( 'Unmarked Color', 'elementor' ),
'type' => Controls_Manager::COLOR,
'selectors' => [
'{{WRAPPER}}' => '--e-rating-star-color: {{VALUE}}',
'{{WRAPPER}}' => '--e-rating-icon-color: {{VALUE}}',
],
]
);
Expand Down

0 comments on commit ec63cf7

Please sign in to comment.