Fix disabled HTML button and apply code review suggestions for branch download-stitched-image

Co-authored-by: Joe Knapper <joe.knapper@glasgow.ac.uk>
This commit is contained in:
Julian Stirling 2025-07-01 11:13:42 +00:00
parent 75eac81b80
commit 9b78b4620d
3 changed files with 4 additions and 5 deletions

View file

@ -341,6 +341,7 @@ def test_zipping_scan_data():
# Check the zips are not in the zip
for file in zip_files:
assert not file.endswith(".zip")
assert not file.endswith(".dzi")
def test_all_files():

View file

@ -44,5 +44,7 @@ export default {
<style lang="less" scoped>
@import "../../assets/less/theme.less";
a.uk-button-disabled {
pointer-events: none;
}
</style>

View file

@ -397,8 +397,4 @@ ul {
font-weight: bold;
}
a.disabled {
pointer-events: none;
color: #ccc;
}
</style>