Skip to content

Commit 33d0b77

Browse files
committed
reverse link behavior
1 parent d0997b0 commit 33d0b77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

redisinsight/ui/src/components/base/link/link.styles.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ export const useColorTextStyles = ({ $color }: MapProps = {}) => {
6565

6666
export const StyledLink = styled(RedisUiLink)<MapProps>`
6767
${useColorTextStyles};
68-
69-
text-decoration: underline !important;
68+
text-decoration: none !important;
7069
7170
&:hover {
72-
text-decoration: none !important;
71+
text-decoration: underline !important;
7372
}
7473
`

0 commit comments

Comments
 (0)