Skip to content

Commit

Permalink
Remove focus outline.
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-searle committed Dec 4, 2018
1 parent 2f1204f commit 91a59f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/x-article-save-button/src/ArticleSaveButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ $icon-size: 38px;
text-align: center;

&:focus {
outline: 3px solid oColorsGetPaletteColor('teal-40');
outline-offset: 3px;
outline: none;
}

.icon {
Expand Down

0 comments on commit 91a59f0

Please sign in to comment.