about summary refs log blame commit diff
path: root/public/inert.css
blob: 54e10616d2e22fa5521f17d675243838187b3c40 (plain) (tree)
1
2
3
4
5
6
7



                       
           



                            
[inert] {
  pointer-events: none;
  cursor: default;
}

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