Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2021-03-11 08:49:47 +0300
committerMark Otto <otto@github.com>2021-03-11 09:04:32 +0300
commit5c6e72c6fea2cef2c7e169ed1d68f9146081d246 (patch)
treed8daeade3b748d25b15423604b04e81f6cd94799 /scss/_list-group.scss
parentdefce830276d04238350c2b738b1d02197c6e37d (diff)
Change from element selector to the opt-in class
Diffstat (limited to 'scss/_list-group.scss')
-rw-r--r--scss/_list-group.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index ecacb05f28..2193168c52 100644
--- a/scss/_list-group.scss
+++ b/scss/_list-group.scss
@@ -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