mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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)**  ### Fixed: **(Cursor not captured by screenshots, moving into and out of the tooltip)**  - [x] Manual QA for all new/changed functionality Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
90b4e2eabf
commit
2cff9fa094
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue