From 59fa0badad181172bf37a31ecf4ef0f44ee47e8d Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Thu, 19 Jan 2023 18:28:04 -0500 Subject: [PATCH] fix(styling): do not remove ul>li bullet on html root, fixes #868 (#872) - 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 --- packages/common/src/styles/slick-bootstrap.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/common/src/styles/slick-bootstrap.scss b/packages/common/src/styles/slick-bootstrap.scss index a85d4a331..94b69dc4c 100644 --- a/packages/common/src/styles/slick-bootstrap.scss +++ b/packages/common/src/styles/slick-bootstrap.scss @@ -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);