about summary refs log tree commit diff
path: root/public/inert.css
blob: 54e10616d2e22fa5521f17d675243838187b3c40 (plain) (blame)
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;
}