0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-02-13 23:13:20 +00:00
mastodon/public/inert.css

12 lines
180 B
CSS
Raw Normal View History

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