This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-05-08 12:22:57 -07:00
|
|
|
[inert] {
|
|
|
|
pointer-events: none;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2023-01-05 04:42:13 -08:00
|
|
|
[inert],
|
|
|
|
[inert] * {
|
2020-05-08 12:22:57 -07:00
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
}
|