Skip to content

Commit

Permalink
no list style for a list with check boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad authored and oliverguenther committed Nov 28, 2023
1 parent da1a7cc commit 65ee89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/global_styles/content/user-content/_list.sass
Expand Up @@ -22,6 +22,8 @@
// the list styling on the `.op-uc-list` class.
ol.op-uc-list
&_task-list
list-style: none
list-style-type: decimal
ol
list-style-type: lower-latin
Expand All @@ -32,6 +34,8 @@ ol.op-uc-list
ol
list-style-type: upper-roman
ul.op-uc-list
&_task-list
list-style: none
list-style-type: disc
ul
list-style-type: circle
Expand Down

0 comments on commit 65ee89f

Please sign in to comment.