king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/mob/colorsketch/index.scss
@@ -29,21 +29,25 @@
    white-space: nowrap;
    overflow: visible;
    .anticon-close {
    .anticon-close-circle {
      position: relative;
      right: -10px;
      font-size: 10px;
      font-size: 12px;
      padding: 3px;
      background: #eeeeee;
      border-radius: 50%;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s;
      background: #fff;
      color: #bcbcbc;
    }
    .anticon-close-circle:hover {
      color: #959595;
    }
  }
}
.color-sketch-block:hover {
  .anticon-close {
  .anticon-close-circle {
    opacity: 1;
  }
}