Skip to content

Commit

Permalink
DIGITAL-348: Add relative inhertance to checklist shortcode css
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Feb 5, 2025
1 parent 38e093e commit cf75b49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions themes/digital.gov/src/scss/new/shortcodes/_checklist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -23,6 +24,12 @@
@include u-width(2);
@include u-height(2);
}

> ul {
> li {
list-style-type: disc !important;
}
}
}

&__sublist {
Expand Down

0 comments on commit cf75b49

Please sign in to comment.