From: Mark Otto Date: Tue, 22 Apr 2025 04:03:10 +0000 (-0700) Subject: Alternate for #41142, disabled list group items (#41397) X-Git-Tag: v5.3.6~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a6175a1c6ac2a99de64d84c9a72159b370f9c4d;p=thirdparty%2Fbootstrap.git Alternate for #41142, disabled list group items (#41397) --- 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 `