@mixtint/primer-view-components 0.73.0 → 0.74.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4686,6 +4686,12 @@ a.tabnav-extra:hover {
4686
4686
  animation: checkmarkIn 80ms cubic-bezier(0.65, 0, 0.35, 1) forwards 80ms;
4687
4687
  }
4688
4688
 
4689
+ /* singleselect checkmark */
4690
+
4691
+ [aria-checked='false']:is(.TreeViewRootUlStyles .TreeViewItemContent) .TreeViewItem-singleSelectCheckmark {
4692
+ visibility: hidden;
4693
+ }
4694
+
4689
4695
  [aria-checked='mixed']:is(.TreeViewRootUlStyles .TreeViewItemContent) .FormControl-checkbox {
4690
4696
  background: var(--control-checked-bgColor-rest);
4691
4697
  border-color: var(--control-checked-borderColor-rest);