From cf75b49eaac8502e3f9d702547a68ed6b0358750 Mon Sep 17 00:00:00 2001 From: Ray Estrada Date: Wed, 5 Feb 2025 11:30:08 -0800 Subject: [PATCH] DIGITAL-348: Add relative inhertance to checklist shortcode css --- themes/digital.gov/src/scss/new/shortcodes/_checklist.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/digital.gov/src/scss/new/shortcodes/_checklist.scss b/themes/digital.gov/src/scss/new/shortcodes/_checklist.scss index dd8a93f792..8bf37fb813 100644 --- a/themes/digital.gov/src/scss/new/shortcodes/_checklist.scss +++ b/themes/digital.gov/src/scss/new/shortcodes/_checklist.scss @@ -5,6 +5,7 @@ @include u-margin-top(0, "!important"); @include u-border-top("2px", "gray-cool-10", "solid"); + > li, &__item { list-style-type: none; @@ -23,6 +24,12 @@ @include u-width(2); @include u-height(2); } + + > ul { + > li { + list-style-type: disc !important; + } + } } &__sublist {