@redseed/redseed-ui-vue3 2.11.2 → 2.11.4
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/package.json
CHANGED
|
@@ -66,7 +66,7 @@ const wrapperClasses = computed(() => [
|
|
|
66
66
|
@apply whitespace-nowrap select-none cursor-pointer;
|
|
67
67
|
}
|
|
68
68
|
input {
|
|
69
|
-
@apply appearance-none relative w-[2.6rem] h-6 px-1 bg-secondary border-transparent text-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 ring-0 flex items-center;
|
|
69
|
+
@apply appearance-none shrink-0 relative w-[2.6rem] h-6 px-1 bg-secondary border-transparent text-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 ring-0 flex items-center;
|
|
70
70
|
@apply focus:ring-0 focus:ring-transparent focus:checked:border-primary;
|
|
71
71
|
@apply checked:bg-none checked:bg-primary checked:text-primary checked:border-primary checked:before:bg-primary-content checked:before:translate-x-full;
|
|
72
72
|
@apply disabled:opacity-50 disabled:pointer-events-none;
|