Blame view

src/RadioGroup/RadioGroup.css 113 Bytes
3a3ecabe   Imshann   init
1
2
3
4
5
  .btn-group input[type="radio"] {
      position: absolute;
      clip: rect(0, 0, 0, 0);
      pointer-events: none;
  }