Hacker News new | ask | show | jobs
by VMG 5051 days ago
Well the page says Improves usability with subtle improvements.
1 comments

Good point. I think the only usability improvement is:

  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
  }
  button[disabled], input[disabled] {
    cursor: default;
  }