From 9e17b2b34cdec9dce063bba09b01aa9a63e7dd94 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 29 Dec 2022 14:19:22 -0800 Subject: Focus ring helper and utilities (#33125) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard Co-authored-by: Julien Déramond Co-authored-by: Patrick H. Lauke --- site/data/sidebar.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'site/data') diff --git a/site/data/sidebar.yml b/site/data/sidebar.yml index 4199fa535..b1d567e99 100644 --- a/site/data/sidebar.yml +++ b/site/data/sidebar.yml @@ -104,6 +104,7 @@ - title: Clearfix - title: Color & background - title: Colored links + - title: Focus ring - title: Position - title: Ratio - title: Stacks -- cgit v1.2.3