inert.scss 230 B

1234567891011121314
  1. /* This is needed for the wicg-inert polyfill */
  2. [inert] {
  3. pointer-events: none;
  4. cursor: default;
  5. }
  6. [inert],
  7. [inert] * {
  8. user-select: none;
  9. -webkit-user-select: none;
  10. -moz-user-select: none;
  11. -ms-user-select: none;
  12. }