/* Keep the native arrow visible. Local drag, zoom and text cursors still apply. */
html,
body {
  cursor: default;
}

a[href],
button:not(:disabled),
summary,
[role="button"]:not([aria-disabled="true"]),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled) {
  cursor: pointer;
}
