fix: Make JSON line hover visible in inline panel (#1646)

Old:
<img width="727" height="437" alt="image" src="https://github.com/user-attachments/assets/bba6926f-4eaf-45d2-9ab3-65720afc03a7" />


New:
<img width="1970" height="1010" alt="image" src="https://github.com/user-attachments/assets/c1a3d413-d28d-43ef-8572-524adbe696e8" />
This commit is contained in:
Mike Shi 2026-01-26 18:35:52 -08:00 committed by GitHub
parent 79ab8746ef
commit be4b784ce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/app": patch
---
fix: Make JSON line hover visible in inline panel

View file

@ -35,7 +35,7 @@
overflow: hidden;
&:hover {
background-color: var(--color-bg-muted);
background-color: var(--color-bg-highlighted);
.lineMenu {
display: flex;