From c49cf52939e76c69997f6af691d57d12f0950811 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 27 May 2024 15:49:12 -0700 Subject: [PATCH] Remove CSS reset that removes focus outline from all elements by default Oh jeez, idk why this was ever in here, but yeah no, I want to be using default browser focus outlines unless specifically overridden otherwise. Will help keyboard navigation a lot! Yikes!! --- app/assets/stylesheets/_layout.sass | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/_layout.sass b/app/assets/stylesheets/_layout.sass index 2cb57740..b2d092d4 100644 --- a/app/assets/stylesheets/_layout.sass +++ b/app/assets/stylesheets/_layout.sass @@ -16,7 +16,6 @@ caption, tbody, tfoot, thead, tr, th, td margin: 0 padding: 0 border: 0 - outline: 0 font-size: 100% vertical-align: baseline background: transparent