blob: 27c013a29c222f83d1c2b1e8f9d48f0e5fe5bfc9 [file]
/* Legacy native fields still need renderer focus chrome. Canonical Input and
Textarea own theirs through @maka/ui; bare fields delegate to their wrapper. */
:where(input, select, textarea):focus:not(:where([data-maka-field-chrome="none"], [data-slot="input"], [data-slot="textarea"])) {
outline: none;
border-color: oklch(from var(--focus-ring) l c h / 0.48);
box-shadow: inset 0 0 0 var(--focus-ring-width) oklch(from var(--focus-ring) l c h / 0.22);
}