Skip to content

Commit

Permalink
fix: add mixin file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehoops-zz committed Nov 29, 2023
1 parent 48e5d2d commit df4ecb7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/src/core/styles/common/mixins/a11y.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export function focusVisibleA11yStyle() {
return `
&.Mui-focusVisible, &:focus-visible {
outline: 5px auto Highlight;
outline: 5px auto -webkit-focus-ring-color;
}
`;
}

0 comments on commit df4ecb7

Please sign in to comment.