|
|
@@ -24,7 +24,7 @@ const modelValue = useVModel(props, 'modelValue', emits, {
|
|
|
v-model="modelValue"
|
|
|
:class="
|
|
|
cn(
|
|
|
- 'border-input bg-background ring-offset-background placeholder:text-muted-foreground/50 focus-visible:ring-ring flex h-10 w-full rounded-md border px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:ring-1 focus-visible:outline-hidden disabled:cursor-not-allowed disabled:opacity-50',
|
|
|
+ 'border-input bg-background ring-offset-background placeholder:text-muted-foreground/50 focus-visible:outline-none flex h-10 w-full rounded-md border px-3 py-2 text-sm file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:cursor-not-allowed disabled:opacity-50',
|
|
|
props.class,
|
|
|
)
|
|
|
"
|
|
|
@@ -34,6 +34,10 @@ const modelValue = useVModel(props, 'modelValue', emits, {
|
|
|
input {
|
|
|
--ring: var(--primary);
|
|
|
|
|
|
+ &:focus-visible {
|
|
|
+ box-shadow: inset 0 0 0 1px hsl(var(--ring));
|
|
|
+ }
|
|
|
+
|
|
|
&::-ms-reveal,
|
|
|
&::-ms-clear {
|
|
|
display: none;
|