mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 05:54:27 +00:00
13 lines
180 B
CSS
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;
|
|
}
|