We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf762cb commit 0331865Copy full SHA for 0331865
1 file changed
src/static/js/almanac.js
@@ -638,7 +638,7 @@ function addShowDescription() {
638
desc_button.classList.remove('novisibility-until-js');
639
var description = document.querySelector('#' + desc_button.getAttribute('aria-controls'));
640
if (description) {
641
- description.classList.remove('visually-hidden');
+ description.classList.remove('hidden');
642
description.classList.add('fig-description');
643
description.hidden = true;
644
}
0 commit comments