Skip to content

Commit d6dbbde

Browse files
committed
Adjust focus outline style
1 parent 3750321 commit d6dbbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/theme.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const textColors = {
3333
// https://css-tricks.com/copy-the-browsers-native-focus-styles/
3434
export const defaultFocusOutline = `
3535
outline: 0.2rem auto Highlight;
36-
outline: 0.2rem inset -webkit-focus-ring-color;
36+
outline: 0.2rem auto -webkit-focus-ring-color;
3737
`;
3838

3939
const greyColors = {

0 commit comments

Comments
 (0)