From: Mark Otto Date: Thu, 26 Jan 2023 01:48:07 +0000 (-0800) Subject: Remove list-style reset on .carousel-indicators X-Git-Tag: v5.3.0-alpha2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6972ccf1f995394bf1d25b557bd43023b87f73;p=thirdparty%2Fbootstrap.git Remove list-style reset on .carousel-indicators --- diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 7f28061eb0..5b82018259 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -165,7 +165,6 @@ margin-right: $carousel-control-width; margin-bottom: 1rem; margin-left: $carousel-control-width; - list-style: none; [data-bs-target] { box-sizing: content-box;