Skip to content

Commit

Permalink
added focus on button
Browse files Browse the repository at this point in the history
  • Loading branch information
namitoyokota committed Mar 17, 2024
1 parent 1754a88 commit 550e165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/snippet/snippet.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@
cursor: pointer;
transform: scale(1.1);
}

&:focus {
outline: -webkit-focus-ring-color auto 1px;
}
}

0 comments on commit 550e165

Please sign in to comment.