Commit 9dcee6d
committed
fix(design): address Phase 3 code review findings
- Remove dead :not(.home-title) guard clauses in src/styles/index.css.
The .home-title class was removed from the homepage MDX in Phase 3,
so the guards now reference a class that no longer exists in the DOM.
- Replace hard-coded hex colors in Search.scss search-highlight marks
(#003dff in light, #5468ff in dark) with var(--theme-link). The token
is already mode-aware so the dark override is redundant.
Change-Id: Ie08c2f698b62a99b80d4ddcb33a635e632b9691d1 parent 05b5d3a commit 9dcee6d
2 files changed
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
| |||
0 commit comments