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:
@@ -251,7 +251,7 @@ mark {
|
||||
|
||||
// UI - is hidden
|
||||
.is-hidden {
|
||||
display: none !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
// UI - is deprecated
|
||||
|
||||
Reference in New Issue
Block a user