mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 21:08:07 +01:00
e1629a7758
* Make sure wicg-inert doesn't rely on inline CSS * Remove unsafe-inline from style-src
11 lines
180 B
CSS
11 lines
180 B
CSS
[inert] {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
}
|
|
|
|
[inert], [inert] * {
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|