Skip to content

Commit

Permalink
Merge pull request #14645 from opf/fix-nested-checkboxes-style
Browse files Browse the repository at this point in the history
fix nested checkboxes style
  • Loading branch information
HDinger authored Jan 25, 2024
2 parents 5d31cbb + 058086a commit 2043bab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/src/global_styles/content/user-content/_list.sass
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,31 @@ ol.op-uc-list
list-style: none
list-style-type: decimal
ol
&.op-uc-list_task-list
list-style: none
list-style-type: lower-latin
ol
&.op-uc-list_task-list
list-style: none
list-style-type: lower-roman
ol
&.op-uc-list_task-list
list-style: none
list-style-type: upper-latin
ol
&.op-uc-list_task-list
list-style: none
list-style-type: upper-roman
ul.op-uc-list
&_task-list
list-style: none
list-style-type: disc
ul
&.op-uc-list_task-list
list-style: none
list-style-type: circle
ul,
ul ul
&.op-uc-list_task-list
list-style: none
list-style-type: square

0 comments on commit 2043bab

Please sign in to comment.