.root {
  -st-states: disableEditing;
}

.root:disableEditing {
  cursor: pointer;
}

.root:disableEditing input {
  cursor: pointer;
}
