mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Indicate hoverable text with grey font (#7655)
This commit is contained in:
parent
a07c529f66
commit
7fa483d847
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 New Issue
Block a user