Commit be410ab9 authored by Sven Berg Ryen's avatar Sven Berg Ryen Committed by Sven Berg Ryen
Browse files

Issue #3263244 by FiNeX, svenryen, pietrocap, ProperCroc, zanonmark: Enable...

Issue #3263244 by FiNeX, svenryen, pietrocap, ProperCroc, zanonmark: Enable "deny all" button on "opt-in with categories" method
parent e54334a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ function eu_cookie_compliance_build_data() {
      $secondary_button_label = $config->get('withdraw_action_button_label');
      $secondary_button_class = 'eu-cookie-withdraw-button visually-hidden' . $conditional_olivero_button_secondary_classes;
      $tertiary_button_label = $config->get('reject_button_label');
      $tertiary_button_class = 'decline-button eu-cookie-compliance-default-button eu-cookie-compliance-reject-button';
      $tertiary_button_class = 'eu-cookie-compliance-default-button eu-cookie-compliance-reject-button';
      $close_button_enabled = ($config->get('close_button_enabled')) ?: FALSE;
      $privacy_settings_tab_label = ($withdraw_button_on_info_popup || $settings_tab_enabled) ? $config->get('withdraw_tab_button_label') : FALSE;
      break;