🚀 New Feature
- #1488 The color picker has a button that removes the text or background color, or a table cell's color. It calls the picker's callback with an empty string. Thanks @brendon.
- #1491 The number of color picker columns can be set with the
--jd-color-picker-columnsCSS variable (10 by default), alongside--jd-color-picker-cell-size. Thanks @brendon.
🐛 Bug Fix
- #1487 A flat
colorsarray now wraps into rows in the color picker, like a named group, instead of putting every color on its own line. Thanks @brendon.
💅 Polish
- The hover border of the color picker swatches and of the remove-color button follows the theme text color instead of a hardcoded black, so it is visible in the dark theme too.