Skip to content

Commit

Permalink
fix: focus-visible default
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul99ahad committed Dec 3, 2024
1 parent 1c5dd13 commit d7ee414
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/styles/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ body {
outline-color: var(--focus-outline-color);
}

:focus-visible {
outline: 2px solid var(--focus-outline-color);
}

.djs-container svg:focus {
outline: none;
}
Expand Down

0 comments on commit d7ee414

Please sign in to comment.