a,
button,
[role='button'],
[on\:click],
summary {
  cursor: pointer;
}

a[aria-disabled='true'],
button:disabled,
[role='button'][aria-disabled='true'] {
  cursor: not-allowed;
}
