Vben
2021-04-07 5b8eb4a49a097a47caf491c44df427522ab58daa
src/design/ant/btn.less
@@ -61,9 +61,9 @@
  &.ant-btn-link.is-disabled {
    color: rgba(0, 0, 0, 0.25) !important;
    text-shadow: none;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none;
  }
@@ -187,7 +187,7 @@
  &-ghost {
    color: @button-ghost-color;
    background-color: @white;
    background-color: transparent;
    border-color: @button-ghost-color;
    border-width: 1px;
@@ -205,4 +205,14 @@
      border-color: fade(@button-ghost-color, 40%);
    }
  }
  &-ghost.ant-btn-link:not([disabled='disabled']) {
    color: @button-ghost-color;
    &:hover,
    &:focus {
      color: @button-ghost-hover-color;
      border-color: transparent;
    }
  }
}