From 1a6175a1c6ac2a99de64d84c9a72159b370f9c4d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 21 Apr 2025 21:03:10 -0700 Subject: [PATCH] Alternate for #41142, disabled list group items (#41397) --- site/src/content/docs/components/list-group.mdx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/site/src/content/docs/components/list-group.mdx b/site/src/content/docs/components/list-group.mdx index 311c0a041c..59827ddd41 100644 --- a/site/src/content/docs/components/list-group.mdx +++ b/site/src/content/docs/components/list-group.mdx @@ -30,22 +30,12 @@ Add `.active` to a `.list-group-item` to indicate the current active selection.
  • And a fifth one
  • `} /> -## Disabled items - -Add `.disabled` to a `.list-group-item` to make it _appear_ disabled. Note that some elements with `.disabled` will also require custom JavaScript to fully disable their click events (e.g., links). - - -
  • A disabled item
  • -
  • A second item
  • -
  • A third item
  • -
  • A fourth item
  • -
  • And a fifth one
  • - `} /> - ## Links and buttons Use ``s or `