Skip to content

Commit 73a2e75

Browse files
authored
Merge pull request #1504 from ImagingDataCommons/release-49-sp
Tooltip fixes
2 parents d8e03bb + 696689b commit 73a2e75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

static/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4523,11 +4523,11 @@ d-topics-list iframe {
45234523
cursor: pointer;
45244524
}
45254525

4526-
.download-all-disabled {
4526+
.download-all-disabled, .is-disabled.download-instances {
45274527
cursor: not-allowed !important;
45284528
}
45294529

4530-
.fa.download-all-disabled {
4530+
.fa.download-all-disabled, .fa.is-disabled {
45314531
color: gray;
45324532
}
45334533

static/js/tables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ define(['cartutils','filterutils','tippy','jquery', 'base'], function(cartutils,
307307
${modal_attr}
308308
></i>`;
309309
} else {
310-
let disabled_type = ("showDirectoryPicker" in window) ? "dowbload-size-disabled" : "download_all_disabled";
310+
let disabled_type = ("showDirectoryPicker" in window) ? "download-size-disabled" : "download_all_disabled";
311311
return `<i class="fa fa-download is-disabled download-instances" data-disabled-type="${disabled_type}"></i>`;
312312
}
313313
}};

0 commit comments

Comments
 (0)