diff --git a/changes/issue-7065-indicate-hoverable-text b/changes/issue-7065-indicate-hoverable-text new file mode 100644 index 0000000000..eae340a3db --- /dev/null +++ b/changes/issue-7065-indicate-hoverable-text @@ -0,0 +1 @@ +* Indicate hoverable text on host details/ device user details \ No newline at end of file diff --git a/frontend/pages/hosts/details/DeviceUserPage/_styles.scss b/frontend/pages/hosts/details/DeviceUserPage/_styles.scss index 1186f8a983..34e5743e28 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/_styles.scss +++ b/frontend/pages/hosts/details/DeviceUserPage/_styles.scss @@ -216,6 +216,10 @@ } } + .tooltip { + color: $ui-fleet-black-50; + } + .button img { transform: scale(0.5); } diff --git a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss index 39afb2768e..f1c5e9ebda 100644 --- a/frontend/pages/hosts/details/HostDetailsPage/_styles.scss +++ b/frontend/pages/hosts/details/HostDetailsPage/_styles.scss @@ -214,6 +214,10 @@ } } + .tooltip { + color: $ui-fleet-black-50; + } + .component__tabs-wrapper { background-color: $ui-off-white; width: 100%;