diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 70506c8c6c..fc0d3f1698 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -23,6 +23,31 @@ } } +// Interactive list items +// +// Use anchor or button elements instead of `li`s or `div`s to create interactive +// list items. Includes an extra `.active` modifier class for selected items. + +.list-group-item-action { + width: 100%; // For `