From f6936a1d28061bf2e8f4700b272e6f7fe0682923 Mon Sep 17 00:00:00 2001 From: chefarbeiter Date: Thu, 10 Feb 2022 18:19:23 +0100 Subject: [PATCH] Change from element selector to the item class --- scss/_list-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_list-group.scss b/scss/_list-group.scss index fbc8a3d364e8..2c484ea236c6 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;