Commit e9b81e3
authored
docs: Improve drop indicator and touchable example colors (#557)
## Summary
Two small Grid example colour fixes (visible on the docs site):
- **Drop indicator (custom-style example)** —
`--ifm-color-primary-lightest` was too bright in dark mode; now a
transparent fill with a `--ifm-color-primary` border.
- **Touchable** — the delete button blended into the card
(`--ifm-color-primary-light`); now translucent white, with reordering
persisted via `onDragEnd`.
Verified in light and dark mode.1 parent 8bde666 commit e9b81e3
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments