@redseed/redseed-ui-tailwindcss 7.17.0 → 7.18.0
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.
|
@@ -63,6 +63,13 @@
|
|
|
63
63
|
@apply block;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
+
.rsui-form-field-combobox__group-header {
|
|
67
|
+
@apply px-4 pt-3 pb-1 text-xs font-semibold uppercase tracking-wider text-text-tertiary select-none;
|
|
68
|
+
}
|
|
69
|
+
.rsui-form-field-combobox__group-header:not(:first-child) {
|
|
70
|
+
@apply border-t border-border-secondary mt-1;
|
|
71
|
+
}
|
|
72
|
+
|
|
66
73
|
.rsui-form-field-combobox__option {
|
|
67
74
|
@apply flex flex-nowrap items-center justify-between cursor-pointer px-4 py-3 rounded-lg;
|
|
68
75
|
@apply bg-background-primary hover:bg-background-secondary text-text-primary transition;
|