Commit 820cb8d
authored
fix(ui): make header dropdown parent items clickable (#256)
* fix(ui): make header dropdown parent items clickable
The <a> tag was wrapped in a <div role="button"> which intercepted
clicks and prevented navigation. Replace the wrapper div with the <a>
tag directly so it acts as both the dropdown trigger and a link.
* chore: add .serena to gitignore1 parent 92d09e8 commit 820cb8d
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
0 commit comments