Skip to content

Commit

Permalink
- Fix focus outline when clicking with a mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
duduBTW committed Nov 3, 2024
1 parent c9b5ec9 commit 656604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
font-style: italic;
}

:focus {
:focus-visible {
@apply outline outline-blue-500 outline-2;
}

Expand Down

0 comments on commit 656604b

Please sign in to comment.