1
0
Fork 1
forked from fedi/mastodon
mastodon/public/inert.css
2023-02-12 18:01:58 -07:00

13 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;
}