Commit 7df4d6e
authored
fix(label): only thicken border on link hover, not close button (#3104)
Use #container:has(#link:hover) instead of :host(:hover) so the
border only thickens when hovering the link text itself, not when
hovering the close button. Matches PFv4 behavior.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 14cf0a8 commit 7df4d6e
1 file changed
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
| 309 | + | |
| 310 | + | |
317 | 311 | | |
318 | 312 | | |
319 | 313 | | |
| |||
0 commit comments