From 881a6599f7b6ff410d9c033f2412ec7d16503e02 Mon Sep 17 00:00:00 2001 From: ndrooo Date: Thu, 8 Aug 2024 13:16:01 -0400 Subject: [PATCH] Restore focus highlight on explorer toggle button. Remove `unset: all` declaration causing `outline` property to be unset. This allows the default browser focus highlight to be shown. --- quartz/components/styles/explorer.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index d4875e7c9..6aa109140 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -1,7 +1,6 @@ @use "../../styles/variables.scss" as *; button#explorer { - all: unset; background-color: transparent; border: none; text-align: left;