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:
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user