From 2c9ee574ddd5d242021e5954ca6f6144f99eb7f2 Mon Sep 17 00:00:00 2001 From: Haishan Date: Thu, 6 Aug 2020 16:26:01 +0800 Subject: refactor: improve a11y --- src/components/SideBar.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/SideBar.module.css') diff --git a/src/components/SideBar.module.css b/src/components/SideBar.module.css index 275a007..7ecb3c3 100644 --- a/src/components/SideBar.module.css +++ b/src/components/SideBar.module.css @@ -90,6 +90,7 @@ justify-content: center; align-items: center; + outline: none; padding: 5px; color: var(--color-text); border-radius: 100%; @@ -104,7 +105,6 @@ .themeSwitchContainer { appearance: none; - outline: none; user-select: none; background: none; cursor: pointer; -- cgit v1.3.1