Commit c1e4b32
Help Center: fix "Get help" button styling while resolving (#113358)
The footer button rendered with `isBusy` and `aria-disabled` while the support
status and connection health checks were in flight, which replaced its blue
border with WordPress components' near-invisible `#dbdbdb` disabled border and
painted a striped gradient over the background. The button stopped reading as a
button.
Drop `isBusy` and keep the accent border, accent text, and a dimmed opacity for
the disabled state. The click guard stays so the button can't navigate before
the human-support route is resolved.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent b8e6fd2 commit c1e4b32
2 files changed
Lines changed: 10 additions & 1 deletion
File tree
- packages/help-center/src/components
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
0 commit comments