From 2cff9fa0944524c277421ca21f27e0fe5c970704 Mon Sep 17 00:00:00 2001 From: jacobshandling <61553566+jacobshandling@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:48:29 -0800 Subject: [PATCH] UI: Prevent wrong background color on custom settings tooltip hover (#26548) ## For a small unreleased bug: ### The bug: **(Cursor not captured by screenshots, moving into and out of the tooltip)** ![ezgif-19a136d8ef938f](https://github.com/user-attachments/assets/66ce9403-fcbf-42ba-804d-7c0e917e6416) ### Fixed: **(Cursor not captured by screenshots, moving into and out of the tooltip)** ![ezgif-176a42a2e2c05c](https://github.com/user-attachments/assets/f17b35e4-a44c-4a5c-a11c-d66c5bb9edc4) - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling --- .../OSSettings/cards/CustomSettings/_styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/_styles.scss b/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/_styles.scss index 1a19f2ff62..76f357d8ae 100644 --- a/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/_styles.scss +++ b/frontend/pages/ManageControlsPage/OSSettings/cards/CustomSettings/_styles.scss @@ -19,7 +19,7 @@ .list-item__actions { display: none; } - :hover { + :hover:not(.component__tooltip-wrapper__tip-text):not(.custom-link--tooltip-link) { background-color: $ui-fleet-blue-10; .list-item__labels { display: none;