Skip to content

Commit 5869f0a

Browse files
authored
Merge branch 'master' into 10.6
2 parents cab5631 + 14855f7 commit 5869f0a

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

src/pages/components/link/style.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ tabs: ['Code', 'Usage', 'Style']
55

66
## Color
77

8-
| Class | Property | Color token |
9-
| ----------- | -------- | ----------------- |
10-
| `.bx--link` | color | `$link-01` |
8+
| Class | Property | Color token |
9+
| ----------- | -------- | ----------- |
10+
| `.bx--link` | color | `$link-01` |
1111

1212
### Interactive states
1313

@@ -16,7 +16,7 @@ tabs: ['Code', 'Usage', 'Style']
1616
| `:hover` | text color | `$hover-primary-text` |
1717
| `:active` | text color | `$text-01` |
1818
| `:focus` | border | `$focus` |
19-
| `:visited` | text color | `$visited-link` |
19+
| `:visited` | text color | `$visited-link` |
2020
| `:disabled` | text color | `$disabled-02` |
2121

2222
<div className="image--fixed">

src/pages/experimental/creation-flows/index.mdx

-5
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ Multistep creation follows the same principles as standard creation but the crea
136136
</Column>
137137
</Row>
138138

139-
140-
141-
142-
143-
144139
### Full page multistep with image
145140

146141
![Multistep creation flow with image](images/13.png)

src/pages/experimental/import-pattern/index.mdx

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ The import action transfers data or objects from an external source into a syste
1616

1717
[Vikki Paterson](https://github.com/vikkipaterson)
1818

19-
20-
21-
2219
![Example of an import modal in context](/images/0.5.png)
2320

2421
<Caption>Example of an import modal in context</Caption>

0 commit comments

Comments
 (0)