cft-builder 0.2.512 → 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.
- package/dist/assets/styles/styles.scss +1 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -540,8 +540,7 @@
|
|
|
540
540
|
|
|
541
541
|
.likert input:focus+span {
|
|
542
542
|
/* outline: -webkit-focus-ring-color auto 1px; */
|
|
543
|
-
|
|
544
|
-
color: #000;
|
|
543
|
+
// background: var(--primary-color)
|
|
545
544
|
}
|
|
546
545
|
|
|
547
546
|
/* Disabled automatic hover effect - now controlled by React state */
|