summaryrefslogtreecommitdiffstats
path: root/browser/components/storybook/docs/README.typography.stories.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /browser/components/storybook/docs/README.typography.stories.md
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/storybook/docs/README.typography.stories.md')
-rw-r--r--browser/components/storybook/docs/README.typography.stories.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/browser/components/storybook/docs/README.typography.stories.md b/browser/components/storybook/docs/README.typography.stories.md
index 4b85d59ef8..de0913f4ba 100644
--- a/browser/components/storybook/docs/README.typography.stories.md
+++ b/browser/components/storybook/docs/README.typography.stories.md
@@ -23,7 +23,7 @@ We also don't specify line height units and rely on the default.
<td><code>h1,<br/>.heading-xlarge</code></td>
<td>
```html story
- <h1 class="text-truncated-ellipsis">The quick brown fox jumps over the lazy dog</h1>
+ <h1 class="text-truncated-ellipsis toc-ignore">The quick brown fox jumps over the lazy dog</h1>
```
</td>
<td>
@@ -38,7 +38,7 @@ We also don't specify line height units and rely on the default.
<td><code>h2,<br/>.heading-large</code></td>
<td>
```html story
- <h2 class="text-truncated-ellipsis">The quick brown fox jumps over the lazy dog</h2>
+ <h2 class="text-truncated-ellipsis toc-ignore">The quick brown fox jumps over the lazy dog</h2>
```
</td>
<td>
@@ -53,7 +53,7 @@ We also don't specify line height units and rely on the default.
<td><code>h3,<br/>.heading-medium</code></td>
<td >
```html story
- <h3 class="text-truncated-ellipsis">The quick brown fox jumps over the lazy dog</h3>
+ <h3 class="text-truncated-ellipsis toc-ignore">The quick brown fox jumps over the lazy dog</h3>
```
</td>
<td>
@@ -260,7 +260,7 @@ Type setting relies on design tokens for font size and font weight.
<tbody>
<tr>
<th>
- <code>--font-weight-default</code>
+ <code>--font-weight</code>
</th>
<td>
<code>normal</code>
@@ -324,7 +324,7 @@ h1,
##### Large (h2)
```html story
- <h2>Recent browsing</h2>
+ <h2 class="toc-ignore">Recent browsing</h2>
```
```css story