Skip to content

Commit 57cc7ff

Browse files
authored
Merge pull request #83 from iblai/fix/assessment-css-reverted
fix: assessment xblock mentor display css reverted
2 parents ab73a6f + 9391c9c commit 57cc7ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/styles/lms.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ body .fa {
559559
/* =============================================
560560
ASSESSMENT FEATURE - CSS UPDATES
561561
============================================= */
562-
main:has([data-block-type='ibl_mentor_xblock']) > .xblock > :not(.vert-mod) {
562+
/* main:has([data-block-type='ibl_mentor_xblock']) > .xblock > :not(.vert-mod) {
563563
display: none !important;
564564
}
565+
*/

0 commit comments

Comments
 (0)