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;