Skip to content

Commit

Permalink
Rever Joy Link change
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Sep 13, 2023
1 parent 5a29557 commit 2252e17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mui-joy/src/Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,9 @@ const LinkRoot = styled('a', {
}),
},
}),
userSelect: 'none',
MozAppearance: 'none', // Reset
WebkitAppearance: 'none', // Reset
'&:active': {
userSelect: 'none',
},
'&::-moz-focus-inner': {
borderStyle: 'none', // Remove Firefox dotted outline.
},
Expand Down

0 comments on commit 2252e17

Please sign in to comment.