Skip to content

Commit

Permalink
fix missing outline on focused section title on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
cstns committed Nov 20, 2024
1 parent 0aac3ad commit 65edc58
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ export default {
flex: 1;
align-self: center;
}
.text {
&:focus {
outline: 2px solid $ff-indigo-700;
outline-offset: 2px;
}
}
}
.results {
Expand Down

0 comments on commit 65edc58

Please sign in to comment.