From 7777c99edee1e2c734fad81abd895b7ffe95355d Mon Sep 17 00:00:00 2001 From: Volha Mardvilka Date: Thu, 3 Apr 2025 10:13:59 +0000 Subject: [PATCH] 407737058: (fix) hide help tip when the actions menu opens --- modules/ui/src/styles.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ui/src/styles.scss b/modules/ui/src/styles.scss index 78756b3a4..7c505a8d4 100644 --- a/modules/ui/src/styles.scss +++ b/modules/ui/src/styles.scss @@ -372,6 +372,12 @@ body:has(.filter-dialog-content) .cdk-overlay-backdrop.cdk-overlay-backdrop-showing { opacity: 0; } +// Hide the help tip when the actions menu opens +body:has(.side-add-menu-backdrop.cdk-overlay-backdrop-showing) { + app-help-tip { + display: none; + } +} body #main { &:has(.device-repository-content-empty),