Misc Fixes

This commit is contained in:
Qstick
2021-02-19 22:29:47 -05:00
parent b3990d647c
commit 0afb01962f
21 changed files with 79 additions and 89 deletions

View File

@@ -58,6 +58,12 @@
margin-top: 0;
}
.downloadLink {
composes: link from '~Components/Link/Link.css';
color: $textColor;
}
.externalLinks {
margin: 0 2px;
width: 22px;

View File

@@ -215,6 +215,7 @@ class SearchIndexRow extends Component {
className={styles[column.name]}
>
<IconButton
className={styles.downloadLink}
name={icons.DOWNLOAD}
title={'Grab'}
to={downloadUrl}