From 91a59f0253ae782e45f010647d195dbd60524050 Mon Sep 17 00:00:00 2001 From: dan-searle Date: Tue, 4 Dec 2018 15:55:33 +0000 Subject: [PATCH] Remove focus outline. --- components/x-article-save-button/src/ArticleSaveButton.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/x-article-save-button/src/ArticleSaveButton.scss b/components/x-article-save-button/src/ArticleSaveButton.scss index fd437e13b..89e64deda 100644 --- a/components/x-article-save-button/src/ArticleSaveButton.scss +++ b/components/x-article-save-button/src/ArticleSaveButton.scss @@ -24,8 +24,7 @@ $icon-size: 38px; text-align: center; &:focus { - outline: 3px solid oColorsGetPaletteColor('teal-40'); - outline-offset: 3px; + outline: none; } .icon {