mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03: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