about summary refs log tree commit diff
path: root/public/inert.css
blob: 275fad2e6f045aa0dde2723d7b99b87ec720fc16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[inert] {
  pointer-events: none;
  cursor: default;
}

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