Skip to content

Commit

Permalink
fix(styling): do not remove ul>li bullet on html root, fixes #868 (#872)
Browse files Browse the repository at this point in the history
- we shouldn't change any styling that are not explicitely under CSS classes related to Slickgrid since these overrides user's styling which is unexpected and it is also hard for the user to override
  • Loading branch information
ghiscoding authored Jan 19, 2023
1 parent 268c97b commit 59fa0ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/common/src/styles/slick-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
to { background: none; }
}

ul {
list-style-type: none;
}

.slickgrid-container {
border-top: var(--slick-container-border-top, $slick-container-border-top);
border-bottom: var(--slick-container-border-bottom, $slick-container-border-bottom);
Expand Down

0 comments on commit 59fa0ba

Please sign in to comment.