Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
feat(style): No outline on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jun 18, 2020
1 parent e09cba9 commit 363a73d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ $btn-hover-font-weight: 900;
font-weight: $btn-hover-font-weight;
transition: box-shadow 0.23s ease-in-out, font-weight 0.23s ease-in-out;
}

*:focus {
outline: none;
}

0 comments on commit 363a73d

Please sign in to comment.