Open rwam opened 7 years ago
Found a bug.
.sp-container .sp-clear-palette-only {
display: none;
}
Should be after
.sp-clear-enabled .sp-clear {
display: block;
position:absolute;
top:0px;
right:0;
bottom:0;
left:84%;
height: 28px;
}
If you use the option
showPaletteOnly: true
then there isn't an opportunity to reset the color. I've implemented a possible solution by adding another button in the palette. It looks like the screenshot below.See also issues 354 and 369