From da7ececc318d144da90015b526ce0d8f6e0381dc Mon Sep 17 00:00:00 2001 From: kurilova Date: Mon, 7 Apr 2025 10:56:05 +0000 Subject: [PATCH] Fix side button display --- modules/ui/src/app/app.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;