cft-builder 0.2.511 → 0.2.513

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.
@@ -540,7 +540,7 @@
540
540
 
541
541
  .likert input:focus+span {
542
542
  /* outline: -webkit-focus-ring-color auto 1px; */
543
- background: rgba(0, 0, 0, 0) !important;
543
+ // background: var(--primary-color)
544
544
  }
545
545
 
546
546
  /* Disabled automatic hover effect - now controlled by React state */