~cytrogen/masto-fe

ref: c10142ac3c7fc3e4345f2f0b001079007f24f67b masto-fe/public/inert.css -rw-r--r-- 180 bytes
c10142ac — renovate[bot] Update formatjs monorepo (#26874) 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;
}