From 6589db87e4f1806cd757543f17e2b1da7e3fb6d1 Mon Sep 17 00:00:00 2001 From: danielwiehl Date: Wed, 29 Mar 2023 07:36:57 +0200 Subject: [PATCH] feat(workbench): highlight active view in the viewlist menu --- .../view-tab-content/view-tab-content.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/scion/workbench/src/lib/view-part/view-tab-content/view-tab-content.component.scss b/projects/scion/workbench/src/lib/view-part/view-tab-content/view-tab-content.component.scss index 525aab471..e8a8460b9 100644 --- a/projects/scion/workbench/src/lib/view-part/view-tab-content/view-tab-content.component.scss +++ b/projects/scion/workbench/src/lib/view-part/view-tab-content/view-tab-content.component.scss @@ -65,6 +65,11 @@ } } + &.active[context="tabbar-dropdown"] { + > div.title, div.heading { + font-weight: bold; + } + } &[context="tabbar"], &[context="drag-image"] { // TODO [Angular 16] Add direct child selector when resolved issue https://github.com/angular/angular/issues/49100