From 2dcd60efc40ae9ed05623eb040e66212688589cb Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 24 Nov 2021 09:54:58 -0500 Subject: [PATCH] fix focus --- docs/getting-started/customizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/customizing.md b/docs/getting-started/customizing.md index 59737705..ab42c945 100644 --- a/docs/getting-started/customizing.md +++ b/docs/getting-started/customizing.md @@ -58,7 +58,7 @@ Here's an example that modifies buttons with the `tomato-button` class. background: rgba(255, 99, 71, .2); } - .tomato-button::part(base):focus { + .tomato-button::part(base):focus-visible { box-shadow: 0 0 0 3px rgba(255, 99, 71, .33); }