.collapse-disabled(@type) {
    &,
    &:hover,
    &:focus,
    &:active {
        cursor: not-allowed;
        .property-setting(@type, 'disabled', color);
    }
}