Commit d7b60e0
committed
Editor: Fix invalid navigation overlay patterns
Fixes the following two patterns:
- Navigation Overlay: Add explicit black text and link colors so the default overlay pattern remains readable even when the active theme uses white text.
- Overlay with site info and CTA: Fix invalid block attributes to prevent the block from breaking.
Follow-up to [61609].
Props isabel_brison, mikachan, onemaggie, westonruter, wildworks.
See #64589.
git-svn-id: https://develop.svn.wordpress.org/trunk@62114 602fd350-edb4-49c9-b593-d223f7449a821 parent ae535b3 commit d7b60e0
File tree
2 files changed
+3
-3
lines changed- src/wp-includes/block-patterns
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments