aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_list-group.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index fbc8a3d36..2c484ea23 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;