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

@ -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>