when selecting a range in the heatmap chart, selection not visible (#1384)

This was a regression from https://github.com/hyperdxio/hyperdx/pull/1347. This adds back the existing styles.

<img width="1210" height="548" alt="Screenshot 2025-11-19 at 9 53 27 AM" src="https://github.com/user-attachments/assets/52343706-2b92-4779-94c0-bdccb1668f09" />

Fixes HDX-2863
This commit is contained in:
Brandon Pereira 2025-11-19 10:05:29 -07:00 committed by GitHub
parent bacefac9e0
commit f868c3ca61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/app": patch
---
Add back selection ui on histogram

View file

@ -298,3 +298,9 @@ a,
[role='button'] {
cursor: pointer;
}
.u-select {
border: 1px solid #50fa7b;
background: #50fa7a0d !important;
color: #2E224788;
}