Revert ".is-hidden" CSS hack and related hint fix (#25938)

Reverts two PRs:
* "Fix hiding of completion/bookmark indicators in legacy courseware (#25919)"
* "Fix hint show" (#25930)

TNL-7845
This commit is contained in:
Awais Jibran
2020-12-23 21:35:25 +05:00
committed by GitHub
parent 5dac11948a
commit 90776770dc
3 changed files with 3 additions and 3 deletions

View File

@@ -1324,7 +1324,7 @@
} else {
that.hintButton.attr({disabled: 'disabled'});
}
that.el.find('.notification-hint').removeClass('is-hidden');
that.el.find('.notification-hint').show();
that.focus_on_hint_notification(nextIndex);
} else {
that.gentle_alert(response.msg);

View File

@@ -388,7 +388,7 @@
}
.is-hidden {
display: none !important;
display: none;
}
// +Content - No List - Extends

View File

@@ -251,7 +251,7 @@ mark {
// UI - is hidden
.is-hidden {
display: none !important;
display: none;
}
// UI - is deprecated