Fix focus ring shape on input-group children

The global :focus-visible outline was drawing a square border around the
inner (square-cornered) input, sticking out of the group's rounded
focus-within ring. Suppress child outlines inside .input-group.
This commit is contained in:
2026-07-29 00:29:32 +02:00
parent 9d3261718f
commit 0c6fa47c84
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",