We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750321 commit d6dbbdeCopy full SHA for d6dbbde
src/app/theme.ts
@@ -33,7 +33,7 @@ const textColors = {
33
// https://css-tricks.com/copy-the-browsers-native-focus-styles/
34
export const defaultFocusOutline = `
35
outline: 0.2rem auto Highlight;
36
- outline: 0.2rem inset -webkit-focus-ring-color;
+ outline: 0.2rem auto -webkit-focus-ring-color;
37
`;
38
39
const greyColors = {
0 commit comments