.Link {
    cursor: pointer;
}

.Link[aria-disabled='true'] {
    cursor: default;
}
