~cytrogen/masto-fe

ref: 4ea5db90da2d0fd0e888ea6c9f777835874c4302 masto-fe/public/inert.css -rw-r--r-- 180 bytes
4ea5db90 — renovate[bot] Update DefinitelyTyped types (non-major) (#26693) 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;
}