From 65ee89f6ee1ce837498cffd61e50687c0224ee24 Mon Sep 17 00:00:00 2001 From: bsatarnejad Date: Tue, 28 Nov 2023 12:19:48 +0100 Subject: [PATCH] no list style for a list with check boxes --- frontend/src/global_styles/content/user-content/_list.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/global_styles/content/user-content/_list.sass b/frontend/src/global_styles/content/user-content/_list.sass index 3207631db236..10ef43aa6d78 100644 --- a/frontend/src/global_styles/content/user-content/_list.sass +++ b/frontend/src/global_styles/content/user-content/_list.sass @@ -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 @@ -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