mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Apply list group numbering to all items (#35822)
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
counter-reset: section;
|
counter-reset: section;
|
||||||
|
|
||||||
> li::before {
|
> .list-group-item::before {
|
||||||
// Increments only this instance of the section counter
|
// Increments only this instance of the section counter
|
||||||
content: counters(section, ".") ". ";
|
content: counters(section, ".") ". ";
|
||||||
counter-increment: section;
|
counter-increment: section;
|
||||||
|
Reference in New Issue
Block a user