Commit a71886a
committed
fix(webapp): inset the focus ring so it is not clipped
The shared focus-custom outline sat just outside the border box (offset 0),
so it was clipped by any ancestor with overflow hidden/auto (scroll areas,
the side menu grid) and covered by adjacent elements' backgrounds. Draw it
1px inside instead so the full ring is always visible. Applies everywhere
focus-custom is used.1 parent 85feda0 commit a71886a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
293 | 296 | | |
294 | 297 | | |
295 | 298 | | |
| |||
0 commit comments