Indicate hoverable text with grey font (#7655)

This commit is contained in:
RachelElysia 2022-09-12 11:00:39 -04:00 committed by GitHub
parent a07c529f66
commit 7fa483d847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
* Indicate hoverable text on host details/ device user details

View File

@ -216,6 +216,10 @@
}
}
.tooltip {
color: $ui-fleet-black-50;
}
.button img {
transform: scale(0.5);
}

View File

@ -214,6 +214,10 @@
}
}
.tooltip {
color: $ui-fleet-black-50;
}
.component__tabs-wrapper {
background-color: $ui-off-white;
width: 100%;