@import '../../../src/components/variable.less';

@table-prefix-cls: ~'@{ant-prefix}-table';

.doc-table {
  .@{table-prefix-cls} {
    &-row:hover > td {
      background: #fff !important;
    }
  }
}
