]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Apply list group numbering to all items (#35822)
authorJann Westermann <github@jann.bayern>
Thu, 17 Feb 2022 23:17:37 +0000 (00:17 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 23:17:37 +0000 (01:17 +0200)
scss/_list-group.scss

index fbc8a3d364e8cf5653196310270bc7e02b91d9ec..2c484ea236c6085461d8727a622d76cbfac8fe29 100644 (file)
@@ -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;