mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 15:50:01 +02:00
Deprecate the Sass var and remove any occurence of the .text-muted
(#37890)
This commit is contained in:
committed by
GitHub
parent
934d7a0c1a
commit
9042efd0f8
@@ -309,14 +309,14 @@ body_class: ""
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Tues</small>
|
||||
<small class="text-body-secondary">Tues</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Mon</small>
|
||||
<small class="text-body-secondary">Mon</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
@@ -324,63 +324,63 @@ body_class: ""
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm" aria-current="true">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Wed</small>
|
||||
<small class="text-body-secondary">Wed</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Tues</small>
|
||||
<small class="text-body-secondary">Tues</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Mon</small>
|
||||
<small class="text-body-secondary">Mon</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm" aria-current="true">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Wed</small>
|
||||
<small class="text-body-secondary">Wed</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Tues</small>
|
||||
<small class="text-body-secondary">Tues</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Mon</small>
|
||||
<small class="text-body-secondary">Mon</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm" aria-current="true">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Wed</small>
|
||||
<small class="text-body-secondary">Wed</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Tues</small>
|
||||
<small class="text-body-secondary">Tues</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
<a href="#" class="list-group-item list-group-item-action py-3 lh-sm">
|
||||
<div class="d-flex w-100 align-items-center justify-content-between">
|
||||
<strong class="mb-1">List group item heading</strong>
|
||||
<small class="text-muted">Mon</small>
|
||||
<small class="text-body-secondary">Mon</small>
|
||||
</div>
|
||||
<div class="col-10 mb-1 small">Some placeholder content in a paragraph below the heading and date.</div>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user