From 4446506f2283e68e6b0fe4d9c68d99bcfbf952a4 Mon Sep 17 00:00:00 2001 From: Chris DeMars Date: Tue, 23 Oct 2018 19:38:37 -0400 Subject: [PATCH] updated the description --- snippets/focus-within.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/focus-within.md b/snippets/focus-within.md index 1226ed6d9..dfab711c6 100644 --- a/snippets/focus-within.md +++ b/snippets/focus-within.md @@ -1,6 +1,6 @@ ### Focus Within -The psuedo class `:focus-within` gives focus to a parent element like a `form` element when `input` elements receive focus. +The psuedo class `:focus-within` applies styles to a parent element if any child element gets focused. For example, an `input` element inside a `form` element. #### HTML