From: Jann Westermann Date: Thu, 17 Feb 2022 23:17:37 +0000 (+0100) Subject: Apply list group numbering to all items (#35822) X-Git-Tag: v5.2.0-beta1~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=546e34cf85a31a5d553c15afbeef8591d0935efc;p=thirdparty%2Fbootstrap.git Apply list group numbering to all items (#35822) --- diff --git a/scss/_list-group.scss b/scss/_list-group.scss index fbc8a3d364..2c484ea236 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -16,7 +16,7 @@ list-style-type: none; counter-reset: section; - > li::before { + > .list-group-item::before { // Increments only this instance of the section counter content: counters(section, ".") ". "; counter-increment: section;