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 <github-actions@github.com>
This commit is contained in:
Luigi Teschio 2024-04-04 17:28:15 +02:00 committed by GitHub
parent 0a0730bad7
commit 51dfbb969f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 13 deletions

View File

@ -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;
}
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Comment: CYS - color picker: fix CSS