Skip to content

Commit

Permalink
chore: fixed focus status in buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohernandez committed Aug 25, 2023
1 parent f4b490a commit 83717e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/theme/GlobalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,11 @@ svg text{
.button:hover {
cursor: pointer;
}
button:focus, button:focus-within,
.button:focus,.button:focus-within {
outline: none;
}
button:focus-visible,
.button:focus-visible {
outline: 2px solid ${({ theme }) => theme.accessibility.focusWithinColor};
}
Expand Down

0 comments on commit 83717e2

Please # to comment.