~cytrogen/masto-fe

ref: a86886b1fdc927ed51810fb6b43a0458bedf1cbb masto-fe/public/inert.css -rw-r--r-- 180 bytes
a86886b1 — alfe Rewrite `<LoadingIndicator/>` as FC and TS (#25364) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
[inert] {
  pointer-events: none;
  cursor: default;
}

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