.field {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed;
  > * {
    pointer-events: none;
  }
}
