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:
parent
0a0730bad7
commit
51dfbb969f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
Comment: CYS - color picker: fix CSS
|
||||
|
Loading…
Reference in New Issue