Skip to content

Commit c9e2f71

Browse files
authored
Create llms-hide-has-quiz-and-assignment.css
1 parent 96309c3 commit c9e2f71

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: lifterlms/llms-hide-has-quiz-and-assignment.css

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* Hide the has quiz and has assignment labels.
3+
*
4+
* @since 2025-02-11
5+
*/
6+
span.llms-lesson-has-quiz, span.llms-lesson-has-assignment {
7+
display: none;
8+
}

0 commit comments

Comments
 (0)