mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Indicate hoverable text with grey font (#7655)
This commit is contained in:
parent
a07c529f66
commit
7fa483d847
3 changed files with 9 additions and 0 deletions
1
changes/issue-7065-indicate-hoverable-text
Normal file
1
changes/issue-7065-indicate-hoverable-text
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Indicate hoverable text on host details/ device user details
|
||||
|
|
@ -216,6 +216,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
color: $ui-fleet-black-50;
|
||||
}
|
||||
|
||||
.button img {
|
||||
transform: scale(0.5);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -214,6 +214,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
color: $ui-fleet-black-50;
|
||||
}
|
||||
|
||||
.component__tabs-wrapper {
|
||||
background-color: $ui-off-white;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue