From caab837a5fd58997da524f1434eba8fc9cd75e7f Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Tue, 18 Apr 2023 13:08:19 -0700 Subject: [PATCH] UI: Restore visibility of tooltips over software names in hosts > details > software card (#11226) ## Addresses #11217 Screenshot 2023-04-17 at 1 29 39 PM ## 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 --- changes/11217-hidden-software-tooltips | 2 ++ frontend/pages/hosts/details/cards/Software/_styles.scss | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 changes/11217-hidden-software-tooltips diff --git a/changes/11217-hidden-software-tooltips b/changes/11217-hidden-software-tooltips new file mode 100644 index 0000000000..300dce91bc --- /dev/null +++ b/changes/11217-hidden-software-tooltips @@ -0,0 +1,2 @@ +- Fixed a bug where bundle information displayed in tooltips over a software's name was mistakenly + hidden. diff --git a/frontend/pages/hosts/details/cards/Software/_styles.scss b/frontend/pages/hosts/details/cards/Software/_styles.scss index cf29599170..f3bb3ec2ff 100644 --- a/frontend/pages/hosts/details/cards/Software/_styles.scss +++ b/frontend/pages/hosts/details/cards/Software/_styles.scss @@ -119,6 +119,10 @@ } tr { + .name__cell .children-wrapper { + overflow: visible; + } + .software-link { opacity: 0; transition: 250ms;