mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
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:
parent
79ab8746ef
commit
be4b784ce0
2 changed files with 6 additions and 1 deletions
5
.changeset/six-tips-carry.md
Normal file
5
.changeset/six-tips-carry.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/app": patch
|
||||
---
|
||||
|
||||
fix: Make JSON line hover visible in inline panel
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-bg-muted);
|
||||
background-color: var(--color-bg-highlighted);
|
||||
|
||||
.lineMenu {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue