1
0
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:
Mark Otto
2021-03-10 21:49:47 -08:00
committed by Mark Otto
parent defce83027
commit 5c6e72c6fe
2 changed files with 5 additions and 7 deletions

View File

@@ -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