/**
 * This file is part of the drip-table project.
 * @link     : https://drip-table.jd.com/
 * @author   : Esthering
 * @modifier : Esthering
 * @copyright: Copyright (c) 2022 JD Network Technology Co., Ltd.
 */

.disabled() {
  color: #00000040;
  background-color: #0000000a;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;

  &:hover {
    border-color: #d9d9d9;
  }
}
