mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
UI: Restore visibility of tooltips over software names in hosts > details > software card (#11226)
## Addresses #11217 <img width="498" alt="Screenshot 2023-04-17 at 1 29 39 PM" src="https://user-images.githubusercontent.com/61553566/232604991-029316f2-ec8b-4297-b02c-d6e3a80d30c5.png"> ## Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`. - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
e6e3a51927
commit
caab837a5f
2 changed files with 6 additions and 0 deletions
2
changes/11217-hidden-software-tooltips
Normal file
2
changes/11217-hidden-software-tooltips
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- Fixed a bug where bundle information displayed in tooltips over a software's name was mistakenly
|
||||
hidden.
|
||||
|
|
@ -119,6 +119,10 @@
|
|||
}
|
||||
|
||||
tr {
|
||||
.name__cell .children-wrapper {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.software-link {
|
||||
opacity: 0;
|
||||
transition: 250ms;
|
||||
|
|
|
|||
Loading…
Reference in a new issue