History Improvements Round 1

This commit is contained in:
Qstick
2021-03-07 23:07:12 -05:00
parent 0fa526a1af
commit 9fab7d8328
54 changed files with 395 additions and 79 deletions

View File

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

View File

@@ -220,6 +220,13 @@ class SearchIndexRow extends Component {
title={'Grab'}
to={downloadUrl}
/>
<IconButton
className={styles.downloadLink}
name={icons.SAVE}
title={'Save'}
to={downloadUrl}
/>
</VirtualTableRowCell>
);
}