2
0
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:
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
+1 -3
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