Skip to content

Commit

Permalink
Merge pull request #10210 from LeBenLeBen/leben/fix-links-in-propsrow
Browse files Browse the repository at this point in the history
Ensure visibility of links within PropRow descriptions
  • Loading branch information
ndelangen authored Mar 25, 2020
2 parents 460ec34 + baab96f commit bade880
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/components/src/blocks/PropsTable/PropRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ const Description = styled.div(({ theme }) => ({
p: {
margin: '0 0 10px 0',
},

a: {
textDecoration: 'underline',

'&:hover': {
textDecoration: 'none',
},
},
},

code: codeCommon({ theme }),
Expand Down

0 comments on commit bade880

Please sign in to comment.