diff --git a/fields/types/color/ColorField.js b/fields/types/color/ColorField.js index d1c3598383..8cdd66e204 100644 --- a/fields/types/color/ColorField.js +++ b/fields/types/color/ColorField.js @@ -73,6 +73,7 @@ const ColorField = Field.create({ ); }, renderField () { + const { displayColorPicker } = this.state; return ( @@ -88,7 +89,7 @@ const ColorField = Field.create({ />
-
@@ -117,13 +118,13 @@ const ColorField = Field.create({ /* eslint quote-props: ["error", "as-needed"] */ const classes = { button: { - background: 'white', + background: 'white !important', padding: 4, width: theme.component.height, - ':hover': { - background: 'white', - }, + // ':hover': { + // background: 'white', + // }, }, blockout: { bottom: 0,