[ 'Borders' => [ 'important' => true, ], 'Corners' => [ 'important' => true, ], ], ]; $prefix_config = array( 'css_prefix' => tcb_selection_root( false ) . ' .thrv_toggle_content ' ); $components['typography'] = [ 'disabled_controls' => [], 'config' => [ 'to' => '.tve-cb', 'FontSize' => $prefix_config, 'FontColor' => $prefix_config, 'LineHeight' => $prefix_config, 'FontFace' => $prefix_config, ], ]; unset( $components['scroll'] ); return $components; } public function has_hover_state() { return false; } }