From 51dfbb969f397692a6065288e2947f8affcd56b6 Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Thu, 4 Apr 2024 17:28:15 +0200 Subject: [PATCH] CYS - color picker: fix CSS (#46227) * CYS - color picker: fix CSS * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions --- .../global-styles-variation-iframe/style.scss | 13 ------------- ...adient-to-choose-when-gutenberg-latest-is-active | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) create mode 100644 plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active diff --git a/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/global-styles-variation-iframe/style.scss b/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/global-styles-variation-iframe/style.scss index 2099afbccdd..fd3ec5228ee 100644 --- a/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/global-styles-variation-iframe/style.scss +++ b/plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/global-styles/global-styles-variation-iframe/style.scss @@ -74,16 +74,3 @@ } } } - -// Hide "theme" and "default" sections -.block-editor-color-gradient-control__panel { - // Text or Background tab - > .components-flex > .components-h-stack.components-v-stack { - display: none; - } - - // Gradient tab - > .components-spacer > .components-flex > .components-h-stack.components-v-stack:not(.components-custom-gradient-picker) { - display: none; - } -} diff --git a/plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active b/plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active new file mode 100644 index 00000000000..18164760472 --- /dev/null +++ b/plugins/woocommerce/changelog/46227-46193-cys-color-picker-no-gradient-to-choose-when-gutenberg-latest-is-active @@ -0,0 +1,4 @@ +Significance: patch +Type: fix +Comment: CYS - color picker: fix CSS +