king
2024-07-10 e1d8b67d9219f1631e855542155d6db21aa31a97
src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -4,6 +4,7 @@
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-family: inherit;
  }
  .ant-mk-text:not(.line1):not(.line) {
    word-break: break-word;
@@ -239,4 +240,25 @@
      left: 0px;
    }
  }
  .no-value-hide >div::before {
    content: '*';
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    color: orange;
    line-height: 1;
    height: 8px;
    opacity: 0;
  }
  .no-value-hide:hover >div::before {
    opacity: 1;
  }
}
td:hover {
  .card-detail-row {
    .no-value-hide >div::before {
      opacity: 1;
    }
  }
}