basecoat-css 0.1.1 → 0.1.2
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/basecoat.css +5 -0
- package/package.json +1 -1
package/dist/basecoat.css
CHANGED
|
@@ -716,6 +716,11 @@
|
|
|
716
716
|
.select {
|
|
717
717
|
@apply appearance-none border-input focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent pl-3 pr-9 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 h-9;
|
|
718
718
|
@apply bg-[image:var(--chevron-down-icon-50)] bg-no-repeat bg-position-[center_right_0.75rem] bg-size-[1rem];
|
|
719
|
+
|
|
720
|
+
option,
|
|
721
|
+
optgroup {
|
|
722
|
+
@apply bg-popover text-popover-foreground;
|
|
723
|
+
}
|
|
719
724
|
}
|
|
720
725
|
}
|
|
721
726
|
|