From 8182fd94308f83f2432aa61bf43268fc40740a92 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Mar 2022 13:20:54 -0700 Subject: [PATCH] Revert #35759, fixes #35869 --- scss/_list-group.scss | 50 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) 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 `