From 6ea781c6a13d98381e08884a6e470fcff12488e8 Mon Sep 17 00:00:00 2001 From: hyperbola Date: Tue, 19 Jan 2021 22:18:03 +0800 Subject: [PATCH] [Style] Is is said outline:none needs to be added to button (?) --- src/assets/scss/util.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/scss/util.scss b/src/assets/scss/util.scss index 61bb2cb..74040c3 100644 --- a/src/assets/scss/util.scss +++ b/src/assets/scss/util.scss @@ -58,5 +58,9 @@ // font color: $white; } + + &:focus { + outline: none; + } } }