drip-table
Version:
A tiny and powerful enterprise-class solution for building tables.
21 lines (18 loc) • 408 B
text/less
/**
* 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;
}
}