Skip to content

Commit f868c3c

Browse files
when selecting a range in the heatmap chart, selection not visible (#1384)
This was a regression from #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
1 parent bacefac commit f868c3c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/poor-tomatoes-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperdx/app": patch
3+
---
4+
5+
Add back selection ui on histogram

packages/app/styles/app.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,9 @@ a,
298298
[role='button'] {
299299
cursor: pointer;
300300
}
301+
302+
.u-select {
303+
border: 1px solid #50fa7b;
304+
background: #50fa7a0d !important;
305+
color: #2E224788;
306+
}

0 commit comments

Comments
 (0)