king
2020-08-11 ae6ce73e7abde1121a788f884e54ccd6cfad0460
1
2
3
4
5
6
7
8
9
10
.mk-btn-wrap {
  display: inline-block;
  .action-cell {
    border: 0;
    background: transparent !important;
  }
  .action-cell[ant-click-animating-without-extra-node="true"]::after {
    display: none!important;
  }
}