diff --git a/modules/ui/src/app/app.component.scss b/modules/ui/src/app/app.component.scss index 6805164de..3af857820 100644 --- a/modules/ui/src/app/app.component.scss +++ b/modules/ui/src/app/app.component.scss @@ -111,7 +111,6 @@ $nav-width: 96px; .app-sidebar-button-active, :host:has(app-help-tip) .app-toolbar-button-help-tips { - display: block; .material-symbols-outlined { font-variation-settings: 'FILL' 1, @@ -133,6 +132,10 @@ $nav-width: 96px; } } +:host:has(app-help-tip) .app-toolbar-button-help-tips { + display: block; +} + .logo-link { color: colors.$on-surface; text-decoration: none;