Skip to content

Commit

Permalink
remove outline from button on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
caofontaine committed Aug 9, 2020
1 parent d58f30e commit 980e95b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/containers/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ button {
padding: 10px;
}

button:focus {
outline: none;
}

button:hover {
background-color: #5F6FE7;
border-color: #5F6FE7;
Expand Down

0 comments on commit 980e95b

Please sign in to comment.