:block(link) {
    touch-action: manipulation;

    &:mod(disabled) {
        pointer-events: none;
    }
}
