From c75f6bd075c8a81a5a6d2eda8f1d29c91c726853 Mon Sep 17 00:00:00 2001 From: Rohit Tanwar <31792358+kriadmin@users.noreply.github.com> Date: Mon, 26 Feb 2018 22:22:03 +0530 Subject: [PATCH] Update back-to-top-button.scss Remove the dotted box around the back-to-top-button when clicked --- src/css/components/back-to-top-button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/components/back-to-top-button.scss b/src/css/components/back-to-top-button.scss index e47e21704..fda589b56 100644 --- a/src/css/components/back-to-top-button.scss +++ b/src/css/components/back-to-top-button.scss @@ -30,6 +30,7 @@ &:focus { box-shadow: 0 0.8rem 1.6rem -0.2rem rgba(0, 32, 128, 0.15), 0 0 2px 2px #35a8ff; + outline-style: none; } &.is-visible {