Skip to content

Commit db8ff47

Browse files
authored
Merge pull request #3973 from VaibhavNarayann/fix-assets-underline
Add underline to asset links for accessibility
2 parents ab9b57d + 4ad07dc commit db8ff47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

client/styles/components/_asset-list.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
.asset-table__row a {
5151
@include themify() {
5252
color: getThemifyVariable('primary-text-color');
53+
text-decoration: underline;
5354
}
5455
}
5556

@@ -78,3 +79,7 @@
7879
background-color: getThemifyVariable('background-color');
7980
}
8081
}
82+
83+
.asset-table__row a:hover {
84+
text-decoration-thickness: 0.1em;
85+
}

0 commit comments

Comments
 (0)