diff --git a/style/web/components/color-picker/_index.less b/style/web/components/color-picker/_index.less index 5769cb2615..172da26213 100644 --- a/style/web/components/color-picker/_index.less +++ b/style/web/components/color-picker/_index.less @@ -554,6 +554,18 @@ } } } + + &--btn { + &__clear-icon { + margin-left: @comp-margin-s; + color: @text-color-placeholder; + + &:hover { + cursor: pointer; + color: @text-color-secondary; + } + } + } } .@{prefix}-color-picker__gradient-slider {