2024-01-12 10:32:45 +01:00
|
|
|
/* This is needed for the wicg-inert polyfill */
|
|
|
|
|
2020-05-08 21:22:57 +02:00
|
|
|
[inert] {
|
|
|
|
pointer-events: none;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2023-01-05 13:42:13 +01:00
|
|
|
[inert],
|
|
|
|
[inert] * {
|
2020-05-08 21:22:57 +02:00
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
}
|