Skip to content

Commit 99719dc

Browse files
committed
added link underlines to collections page
1 parent 50c6d58 commit 99719dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/modules/IDE/components/CollectionList/CollectionListRow.jsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ const SketchsTableRow = styled.tr`
3434
3535
a {
3636
color: ${prop('primaryTextColor')};
37+
text-decoration: underline;
38+
39+
&:hover {
40+
text-decoration: underline;
41+
text-decoration-thickness: 0.1em;
42+
}
3743
}
3844
3945
&.is-deleted > * {

0 commit comments

Comments
 (0)