Skip to content

Commit

Permalink
making fix for child bullet inside wysiwyg
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjagtap4 committed Aug 10, 2023
1 parent 34d4296 commit f304429
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/shared/components/wysiwyg/wysiwyg.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
&.hw-color-white a {
@extend .hw-link--inverted;
}

& ul ul:not(.hw-accordion) li::before {
border: 1px solid var(--hw-color-primary-dark);
background: none;
}

& li.hw-dropdown__option::before {
content: initial !important;
Expand Down

0 comments on commit f304429

Please sign in to comment.