Fixed cursor style on timestamps shown on host Vitals (#43645)

**Related issue:** Fixes #43645

Updated timestamps w/ tooltips on host's Vitals component to always have
cursor: pointer.
This commit is contained in:
Juan Fernandez
2026-05-15 07:31:34 -04:00
committed by GitHub
parent 9959bcd192
commit 2df64ae9d9
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1 @@
- Updated timestamps w/ tooltips on host's Vitals component to always have cursor: pointer.
@@ -1,6 +1,10 @@
.vitals-card {
@include vertical-card-layout;
.date-tooltip {
cursor: pointer;
}
.truncated-tooltip {
.vitals-card__device-mapping__source {
color: inherit;