Skip to content
Snippets Groups Projects
Unverified Commit 5b0cc63f authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: add missing underline to links (#3143)

* :bug: add missing underline to links

* Update accounts screenshots
parent 26a591f0
No related branches found
No related tags found
No related merge requests found
Showing with 7 additions and 1 deletion
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -74,8 +74,8 @@ const TextLink = ({ style, onClick, children, ...props }: TextLinkProps) => {
display: 'inline',
border: 0,
cursor: 'pointer',
textDecoration: 'underline',
':hover': {
textDecoration: 'underline',
boxShadow: 'none',
},
...style,
......
---
category: Bugfix
authors: [MatissJanis]
---
Add missing underline to links.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment