禁止互动

No human-computer interaction

2025-04-12

Written by: tdtc

zh-CN: 绝大部分与NOT配合

en-US: Usually works with “NOT”;

Frequent use: fourth; Number of occurrences: 108

not-disabled

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

Ref