2
0

Use the assets pipeline to load inert.css (#28701)

This commit is contained in:
Renaud Chaput
2024-01-12 10:32:45 +01:00
committed by GitHub
parent a90696011e
commit c6684aa1e3
3 changed files with 9 additions and 1 deletions

View File

@@ -1,12 +0,0 @@
[inert] {
pointer-events: none;
cursor: default;
}
[inert],
[inert] * {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}