diff --git a/src/app/snippet/snippet.component.scss b/src/app/snippet/snippet.component.scss index e31e15a..c19b386 100644 --- a/src/app/snippet/snippet.component.scss +++ b/src/app/snippet/snippet.component.scss @@ -42,4 +42,8 @@ cursor: pointer; transform: scale(1.1); } + + &:focus { + outline: -webkit-focus-ring-color auto 1px; + } } \ No newline at end of file