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

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