Skip to content

Commit

Permalink
avoids outline border when clicking on button
Browse files Browse the repository at this point in the history
This code was taken from an open pull request on the original project from which this project was forked.
It was was written by [brendonmiranda](https://github.com/brendonmiranda)
See the [original pull request here](hellomayuko#3)
  • Loading branch information
ramoshe authored Aug 19, 2021
1 parent 710ce9e commit 52ec304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ button {
border: 0;
padding-left: 0px;
padding-right: 0px;
outline: 0;
}

.imageContainer {
Expand All @@ -44,4 +45,4 @@ button {

#resetButton {
margin-right: 15px;
}
}

0 comments on commit 52ec304

Please sign in to comment.