From 5822e4d1865a4d94902f2fbbf792e8c090fe976a Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 21 Oct 2023 19:34:44 +0200 Subject: [PATCH] Bugfix/fix style of active page in header navigation (#2528) * Fix style of active page * Update changelog --- CHANGELOG.md | 1 + apps/client/src/styles.scss | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe6d0aa1..9de813d09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed the style of the active page in the header navigation - Trimmed text in `i18n` service to query `messages.*.xlf` files on the server ## 2.13.0 - 2023-10-20 diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 175194cac..7085effc5 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -446,6 +446,12 @@ ngx-skeleton-loader { .mat-mdc-menu-panel { .mat-mdc-menu-item { + &.font-weight-bold { + .mat-mdc-menu-item-text { + --mat-menu-item-label-text-weight: 700; + } + } + .mdc-list-item__primary-text { align-items: center; display: flex;