Skip to content

Commit

Permalink
use focus-visible for focused item glow
Browse files Browse the repository at this point in the history
fixes items receiving glow just from having their whitespace clicked
  • Loading branch information
AprilSylph committed Oct 20, 2021
1 parent 1ea9f21 commit 2ed0595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ article {
background-color: rgb(var(--white));
}

article:focus {
article:focus-visible {
box-shadow: 0 0 10px 1px rgb(var(--accent));
outline: none;
}
Expand Down

0 comments on commit 2ed0595

Please sign in to comment.