mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 01:21:49 +02:00
Change from element selector to the opt-in class
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
@include border-radius($list-group-border-radius);
|
||||
}
|
||||
|
||||
// stylelint-disable selector-no-qualifying-type
|
||||
ol.list-group {
|
||||
.list-group-numbered {
|
||||
list-style-type: none;
|
||||
counter-reset: section;
|
||||
|
||||
@@ -23,7 +22,6 @@ ol.list-group {
|
||||
counter-increment: section;
|
||||
}
|
||||
}
|
||||
// stylelint-enable selector-no-qualifying-type
|
||||
|
||||
|
||||
// Interactive list items
|
||||
|
Reference in New Issue
Block a user