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:
parent
75eac81b80
commit
9b78b4620d
3 changed files with 4 additions and 5 deletions
|
|
@ -341,6 +341,7 @@ def test_zipping_scan_data():
|
||||||
# Check the zips are not in the zip
|
# Check the zips are not in the zip
|
||||||
for file in zip_files:
|
for file in zip_files:
|
||||||
assert not file.endswith(".zip")
|
assert not file.endswith(".zip")
|
||||||
|
assert not file.endswith(".dzi")
|
||||||
|
|
||||||
|
|
||||||
def test_all_files():
|
def test_all_files():
|
||||||
|
|
|
||||||
|
|
@ -44,5 +44,7 @@ export default {
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
@import "../../assets/less/theme.less";
|
@import "../../assets/less/theme.less";
|
||||||
|
a.uk-button-disabled {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -397,8 +397,4 @@ ul {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.disabled {
|
|
||||||
pointer-events: none;
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue