@redseed/redseed-ui-tailwindcss 7.20.1 → 7.20.3
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.
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.rsui-form-field-select__options {
|
|
28
|
-
@apply hidden absolute top-0
|
|
28
|
+
@apply hidden absolute top-0 z-50;
|
|
29
29
|
@apply bg-background-primary p-2 mt-2 rounded-lg shadow-full-light;
|
|
30
|
-
@apply
|
|
30
|
+
@apply overflow-y-auto overflow-x-hidden;
|
|
31
31
|
}
|
|
32
32
|
.rsui-form-field-select__options--open {
|
|
33
33
|
@apply block;
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
@apply bg-background-secondary;
|
|
45
45
|
}
|
|
46
46
|
.rsui-form-field-select__option-label {
|
|
47
|
-
@apply text-base truncate;
|
|
47
|
+
@apply text-base truncate min-w-0 flex-1;
|
|
48
48
|
}
|
|
49
49
|
.rsui-form-field-select__option-icon {
|
|
50
50
|
@apply size-5;
|
|
@@ -78,6 +78,9 @@
|
|
|
78
78
|
@apply text-left;
|
|
79
79
|
@apply focus-visible:ring-offset-2 focus-visible:ring-2 focus-visible:ring-border-primary;
|
|
80
80
|
}
|
|
81
|
+
.rsui-form-field-select__trigger--invalid {
|
|
82
|
+
@apply border-border-error ring-0;
|
|
83
|
+
}
|
|
81
84
|
|
|
82
85
|
.rsui-form-field-select select {
|
|
83
86
|
@apply sr-only;
|