mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 03:41:19 +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
@@ -29,8 +29,8 @@ Generally speaking, Bootstrap supports the latest versions of each major platfor
|
||||
{{< bs-table "table" >}}
|
||||
| | Chrome | Firefox | Safari | Android Browser & WebView |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| **Android** | Supported | Supported | <span class="text-muted">—</span> | v6.0+ |
|
||||
| **iOS** | Supported | Supported | Supported | <span class="text-muted">—</span> |
|
||||
| **Android** | Supported | Supported | <span class="text-body-secondary">—</span> | v6.0+ |
|
||||
| **iOS** | Supported | Supported | Supported | <span class="text-body-secondary">—</span> |
|
||||
{{< /bs-table >}}
|
||||
|
||||
### Desktop browsers
|
||||
@@ -41,7 +41,7 @@ Similarly, the latest versions of most desktop browsers are supported.
|
||||
| | Chrome | Firefox | Microsoft Edge | Opera | Safari |
|
||||
| --- | --- | --- | --- | --- | --- |
|
||||
| **Mac** | Supported | Supported | Supported | Supported | Supported |
|
||||
| **Windows** | Supported | Supported | Supported | Supported | <span class="text-muted">—</span> |
|
||||
| **Windows** | Supported | Supported | Supported | Supported | <span class="text-body-secondary">—</span> |
|
||||
{{< /bs-table >}}
|
||||
|
||||
For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/enterprise/) version of Firefox.
|
||||
|
Reference in New Issue
Block a user