~cytrogen/masto-fe

ref: b6519ab3f5be944451d9a0f45f0db66c705a04af masto-fe/public/inert.css -rw-r--r-- 180 bytes
b6519ab3 — Claire Fix inconsistent naming of Instance.by_domain_and_subdomain (#25159) 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;
}