Skip to content

Commit

Permalink
Update class-kadence-blocks-advanced-heading-block.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Nov 12, 2024
1 parent 53fd5be commit 2849843
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function build_css( $attributes, $css, $unique_id, $unique_style_id ) {
$css->set_selector( '.wp-block-kadence-advancedheading.kt-adv-heading' . $unique_id . ', .wp-block-kadence-advancedheading.kt-adv-heading' . $unique_id . '[data-kb-block="kb-adv-heading' . $unique_id . '"] .kb-adv-text-inner' );
$css->add_property( 'background-image', $attributes['textGradient'] );
$css->add_property( 'background-clip', 'text' );
// $css->add_property( 'display', 'inline-block' );
$css->add_property( '-webkit-box-decoration-break', 'clone' );
$css->add_property( 'box-decoration-break', 'clone' );
$css->add_property( '-webkit-background-clip', 'text' );
Expand Down

0 comments on commit 2849843

Please sign in to comment.