diff --git a/src/common/index.scss b/src/common/index.scss index cc85242b..84f4e2f5 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -6,7 +6,10 @@ &.active { border-color: $grid-active-border-color !important; - background-color: $grid-active-bg-color; + + &:not(.clear-bg) { + background-color: $grid-active-bg-color !important; + } } &.disabled { diff --git a/src/components/avatar-editor/views/palette-set/AvatarEditorPaletteSetItemView.tsx b/src/components/avatar-editor/views/palette-set/AvatarEditorPaletteSetItemView.tsx index 0e01ee28..f7e09a63 100644 --- a/src/components/avatar-editor/views/palette-set/AvatarEditorPaletteSetItemView.tsx +++ b/src/components/avatar-editor/views/palette-set/AvatarEditorPaletteSetItemView.tsx @@ -26,7 +26,7 @@ export const AvatarEditorPaletteSetItem: FC = p }); return ( - + { colorItem.isHC && } { children }