222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
PipeLineLems/web/src/components/IconButton/IconButton.module.scss
@@ -3,7 +3,7 @@
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  padding: 5px 10px;
  color: #464E54!important;
  color: #464e54 !important;
  margin-left: 0 !important;
  >span {
@@ -15,17 +15,46 @@
  :global(.cs-button) {
    color: #464e54;
  }
}
.btn:hover {
  background-color: #ECECEC!important;
  background-color: transparent !important;
  opacity: 1 !important;
}
.btn:active {
  background-color: #dbdbdb!important;
  background-color: transparent !important;
}
.img {
  width: 16px;
  margin-right: 4px;
}
.status {
  &:hover {
    .img {
      filter: invert(49%) sepia(100%) saturate(6281%) hue-rotate(222deg)
        brightness(99%) contrast(99%);
      opacity: 1;
    }
    > span {
      color: #265cfb !important;
    }
  }
  color: #464e54;
}
.add {
  .iconFont {
    font-size: 19px;
    color: #5a84ff;
  }
  &:hover {
    .iconFont {
      font-size: 19px;
      color: #265cfb;
    }
    > span {
      color: #265cfb !important;
    }
  }
  color: #464e54;
}